Skip to content

Commit acafe17

Browse files
Add command example for delete environment
Signed-off-by: Shivam Purohit <[email protected]>
1 parent 577002c commit acafe17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/cmd/delete/delete.go

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ var DeleteCmd = &cobra.Command{
2727
#delete a Chaos Experiment
2828
litmusctl delete chaos-experiment c520650e-7cb6-474c-b0f0-4df07b2b025b --project-id=c520650e-7cb6-474c-b0f0-4df07b2b025b
2929
30+
#delete a Chaos Environment
31+
litmusctl delete chaos-environment --project-id=8adf62d5-64f8-4c66-ab53-63729db9dd9a --environment-id=environmentexample
32+
3033
Note: The default location of the config file is $HOME/.litmusconfig, and can be overridden by a --config flag
3134
`,
3235
}

0 commit comments

Comments
 (0)