Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change command for Lifecycle and Environment Path #3533

Merged
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
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" \
bangelic marked this conversation as resolved.
Show resolved Hide resolved
--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
Loading