# atmos help

## Usage

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

From time to time, Atmos will check for a newer release and let you know if one is available.
Please see the [`atmos version`](/cli/commands/version/usage) documentation to configure this behavior.

```shell
atmos help
atmos --help
atmos -h
```

## Examples

```shell
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 terraform --help   # Executes 'terraform' commands
atmos helmfile --help    # Executes 'helmfile' commands
atmos packer --help      # Executes 'packer' 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:
