Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/232.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ``--content-guard`` flag to distribution commands.
2 changes: 2 additions & 0 deletions pulpcore/cli/deb/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
PulpCLIContext,
base_path_contains_option,
base_path_option,
content_guard_option,
create_command,
destroy_command,
href_option,
Expand Down Expand Up @@ -68,6 +69,7 @@ def distribution(ctx: click.Context, pulp_ctx: PulpCLIContext, /, distribution_t
click.option("--base-path"),
click.option("--publication", help=_("Publication to be served.")),
repository_option,
content_guard_option,
checkpoint_option,
]
create_options = update_options + [click.option("--name", required=True)]
Expand Down
Loading