Skip to content

Commit

Permalink
Change command for Lifecycle and Environment Path (#3533)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangelic authored Jan 20, 2025
1 parent 3ce6aee commit 0ff5309
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Then optionally add additional environments to the environment paths.
[options="nowrap" subs="+quotes"]
----
$ hammer lifecycle-environment create \
--name "_Environment Path Name_" \
--name "_My First Lifecycle Environment_" \
--description "_Environment Path Description_" \
--prior "Library" \
--organization "_My_Organization_"
Expand All @@ -28,12 +28,12 @@ $ hammer lifecycle-environment create \
[options="nowrap" subs="+quotes"]
----
$ hammer lifecycle-environment create \
--name "_Environment Name_" \
--name "_My Second Lifecycle Environment_" \
--description "_Environment Description_" \
--prior "_Prior Environment Name_" \
--prior "_My First Lifecycle Environment_" \
--organization "_My_Organization_"
----
. To view the chain of the lifecycle environment, enter the following command:
. To view the chain of the lifecycle environment path, enter the following command:
+
[options="nowrap" subs="+quotes"]
----
Expand Down

0 comments on commit 0ff5309

Please sign in to comment.