poetry-plugin-export icon indicating copy to clipboard operation
poetry-plugin-export copied to clipboard

(🎁) `poetry export` should have an `--all` option

Open KotlinIsland opened this issue 3 years ago • 3 comments

  • [x] I have searched the issues of this repo and believe that this is not a duplicate.
  • [x] I have searched the documentation and believe that my question is not covered.

Feature Request

poetry export --dev -E x -E y -E z # oops, I forgot to add my new extra

Please add a poetry export --all

Use case be like, I want to run safety on all my external dependencies.

KotlinIsland avatar Feb 02 '22 03:02 KotlinIsland

related: python-poetry/poetry#2548

KotlinIsland avatar Feb 02 '22 03:02 KotlinIsland

This would help tools like Nox constrain environments that it creates based on Poetry lock files:

  • https://github.com/cjolowicz/nox-poetry/issues/663
  • https://github.com/cjolowicz/nox-poetry/issues/977

johnthagen avatar Jan 03 '23 17:01 johnthagen

Any news on that ? I have the same issue

admo1 avatar Oct 02 '23 09:10 admo1