Skip to content

Docs mismatch: cli shows create chaos-environment but docs say create environment #293

@KeremAR

Description

@KeremAR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions