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

feat: add extras, no-directory, no-root options

Open jvtm opened this issue 1 year ago • 0 comments

Add the following options from Poetry installer command:

  • --no-root
  • --no-directory
  • -E, --extras=EXTRAS
  • --all-extras

These are useful for creating different combinations of archives and Docker layers.

Extras logic is a simplified variant of the full install command, but works for all practical cases. Maybe Poetry could share them as easily as the group options.

jvtm avatar Sep 24 '23 10:09 jvtm