poetry plugin to register new command to check if all dependencies are up-to-date
Project description
poetry-plugin-latest
poetry plugin to add a command to check if all dependencies are up-to-date
$ poetry latest --help
Description:
Check if all top-level dependencies are up-to-date
Usage:
latest [options] [--] [<package>]
Arguments:
package The package to inspect
Options:
--without=WITHOUT The dependency groups to ignore. (multiple values allowed)
--with=WITH The optional dependency groups to include. (multiple values allowed)
--only=ONLY The only dependency groups to include. (multiple values allowed)
-l, --latest Show the latest version. (option is always True)
-o, --outdated Show the latest version but only for packages that are outdated. (option is always True)
-T, --top-level Show only top-level dependencies. (option is always True)
-h, --help Display help for the given command. When no command is given display help for the list command.
-q, --quiet Do not output any message.
-V, --version Display this application version.
--ansi Force ANSI output.
--no-ansi Disable ANSI output.
-n, --no-interaction Do not ask any interactive question.
--no-plugins Disables plugins.
--no-cache Disables Poetry source caches.
-C, --directory=DIRECTORY The working directory for the Poetry command (defaults to the current working directory).
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug.
Help:
The show command displays detailed information about a package, or
lists all packages available.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for poetry_plugin_hook-0.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27847e8af0c3599264b3f50e6a05d220ddedf77b3726a4558d2a81125570563f |
|
MD5 | 2415df92d751e85f39f9581de405651f |
|
BLAKE2b-256 | 6b8dfff8a460a757f3113b00a1fbbbb3163b55dc319d3b77a7b80d5627b3f264 |