You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 --helpUsage: 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.
The text was updated successfully, but these errors were encountered:
While the Pulp CLI allows passing the
autopublish
flag, it is missing inpulp.squeezer.python_repository
. However, the flag is available inpulp.squeezer.rpm_repository
. Other artifact types may be affected, too.The text was updated successfully, but these errors were encountered: