-
Notifications
You must be signed in to change notification settings - Fork 57
Closed as not planned
Closed as not planned
Copy link
Description
poetry export --help does not output the expected options. I must be missing something painfully obvious or very much misunderstanding how the plugin is supposed to work.
Here are my steps to reproduce:
# install poetry (1.8.4)
curl -sSL https://install.python-poetry.org | python3 -
# install export plugin (1.8.0)
poetry self add poetry-plugin-export
Output of poetry export --all-groups is The option "--all-groups" does not exist
Output of poetry export --help is below. This does not align with the current docs or the source code.
Description:
Exports the lock file to alternative formats.
Usage:
export [options]
Options:
-f, --format=FORMAT Format to export to. Currently, only constraints.txt and requirements.txt are supported. [default: "requirements.txt"]
-o, --output=OUTPUT The name of the output file.
--without-hashes Exclude hashes from the exported file.
--without-urls Exclude source repository urls from the exported file.
--dev Include development dependencies. (Deprecated)
--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)
-E, --extras=EXTRAS Extra sets of dependencies to include. (multiple values allowed)
--all-extras Include all sets of extra dependencies.
--with-credentials Include credentials for extra indices.
-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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels