poetry-plugin-bundle
poetry-plugin-bundle copied to clipboard
feat: add extras, no-directory, no-root options
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.