From d059f52d6d7f6b5e91cb970f74b6014568b63197 Mon Sep 17 00:00:00 2001 From: Baalekshan Date: Wed, 18 Sep 2024 18:04:46 +0530 Subject: [PATCH] docs: added usage for update password command Signed-off-by: Baalekshan --- Usage_0.23.0.md | 12 ++++++++++++ Usage_interactive.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) 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