diff --git a/Usage_0.23.0.md b/Usage_0.23.0.md index 186550e..c78df43 100644 --- a/Usage_0.23.0.md +++ b/Usage_0.23.0.md @@ -237,6 +237,18 @@ Enter the Chaos Experiment ID: test_exp ### Additional commands +- To change the ChaosCenter account's password use the `update password` command: + +```shell +litmusctl update password +✓ Username: admin +✓ Old Password: ******** +✓ New Password: ******** +✓ Confirm Password: ******** + +Password updated successfully! +``` + - To view the current configuration of `.litmusconfig`, type: ```shell diff --git a/Usage_interactive.md b/Usage_interactive.md index 3130686..632e4d2 100644 --- a/Usage_interactive.md +++ b/Usage_interactive.md @@ -200,6 +200,18 @@ litmusctl create chaos-scenario -f custom-chaos-scenario.yml --project-id="" --c ### Additional commands +- To change the ChaosCenter account's password use the `update password` command: + +```shell +litmusctl update password +✓ Username: admin +✓ Old Password: ******** +✓ New Password: ******** +✓ Confirm Password: ******** + +Password updated successfully! +``` + - To view the current configuration of `.litmusconfig`, type: ```shell