Litmusctl version: 1.20.0
CLI documentation shows "litmusctl create environment", but the current litmusctl binary expects "litmusctl create chaos-environment"
Usage_0.23.0.md at line 316
Proof:
ubuntu@k3s-master:~$ litmusctl create environment --name "staging" --project-id "$PROJECT_ID"
Error: unknown flag: --name
Usage:
litmusctl create [command]
Available Commands:
chaos-environment Create an Environment.
Example(s):
#create a Chaos Environment
litmusctl create chaos-environment --project-id="d861b650-1549-4574-b2ba-ab754058dd04" --name="new-chaos-environment"
Note: The default location of the config file is $HOME/.litmusconfig, and can be overridden by a --config flag