Skip to content

Commit

Permalink
Fix command line and content
Browse files Browse the repository at this point in the history
  • Loading branch information
bangelic committed Jan 30, 2025
1 parent 75b22b8 commit c8782e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ To assign content view environments to an activation key, determine the IDs of t
+
[options="nowrap" subs="+quotes"]
----
$ hammer activation-key update --organization "My_Organization" --content-view-environments "My_env1/My_cv1,My_env2/My_cv2"
$ hammer activation-key update --organization "My_Organization" --content-view-environment-ids [1,2,3]
----
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The host’s current content view environments are replaced with the new list yo
+
[options="nowrap" subs="+quotes"]
----
$ hammer activation-key update --organization "My_Organization" --content-view-environments "My_env1/My_cv1,My_env2/My_cv2"
$ hammer content-view-environment list --organization "My_Organization"
----
+
[NOTE]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[id="Removing_all_content_view_environments_from_an_activation_key_{context}"]
= Removing all content view environments from an activation key

You can remove all content view environments from an activation key assigned by ID by doing either of the following:
You can remove all content view environments from an activation key by doing either of the following:

.CLI procedure
. Run the following command to remove all content view environments from the activation key by passing an empty array:
Expand Down

0 comments on commit c8782e6

Please sign in to comment.