Skip to content

Commit 256e576

Browse files
Add new command usage in docs
Signed-off-by: Shivam Purohit <[email protected]>
1 parent acafe17 commit 256e576

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Usage_0.23.0.md

+14
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,20 @@ Enter the Environment Name: test2
313313
🚀 New Chaos Environment creation successful!! 🎉
314314
```
315315

316+
- To delete an Environment, apply the following command :
317+
318+
```shell
319+
litmusctl delete chaos-environment
320+
321+
Enter the Project ID: eb7fc0a0-5878-4454-a9db-b67d283713bc
322+
323+
Enter the Environment ID: testenv
324+
325+
Are you sure you want to delete this Chaos Environment? (y/n):y
326+
327+
🚀 Chaos Environment successfully deleted.
328+
```
329+
316330
- To view all the projects with the user, use the `get projects` command.
317331

318332
```shell

0 commit comments

Comments
 (0)