Skip to main content

atmos help


atmos help

Usage

The atmos --help and atmos -h commands show help for all Atmos CLI commands.

atmos help
atmos --help
atmos -h

Examples

atmos help               # Starts an interactive help UI in the terminal
atmos --help # Shows help for all Atmos CLI commands
atmos -h # Shows help for all Atmos CLI commands
atmos atlantis --help # Executes 'atlantis' commands
atmos aws --help # Executes 'aws' commands
atmos completion --help # Executes 'completion' commands
atmos describe --help # Executes 'describe' commands
atmos helmfile --help # Executes 'helmfile' commands
atmos terraform --help # Executes 'terraform' commands
atmos validate --help # Executes 'validate' commands
atmos vendor --help # Executes 'vendor' commands
atmos workflow --help # Executes 'workflow' commands

Screenshots

The atmos help starts an interactive help UI in the terminal:

atmos help (interactive)

atmos help command