-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or request
Description
While the Pulp CLI allows passing the autopublish flag, it is missing in pulp.squeezer.python_repository. However, the flag is available in pulp.squeezer.rpm_repository. Other artifact types may be affected, too.
$ pulp python repository create --help
Usage: pulp python repository create [OPTIONS]
Create a python repository.
Options:
--description TEXT
--remote TEXT Remote used for synching in the form
'[[<plugin>:]<resource_type>:]<name>' or by
href.
--autopublish / --no-autopublish
--retain-repo-versions INTEGER Number of repository versions to keep.
--labels TEXT JSON dictionary of labels to set on python
repository (or @file containing a JSON
dictionary)
--name TEXT [required]
--help Show this message and exit.Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request