Run the following command from your terminal to list all commands

crossmint help
```

## Options

```
$ crossmint --help <command>      # Display help for command, including the supported flags
$ crossmint -h <command>             # Display help for command, including the supported flags
```

## Example


```
Usage: crossmint [options] [command]

Crossmint CLI Tool

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  keys            API Keys management commands
  login           Login to Crossmint
  logout          Logout from Crossmint
  projects        Project management commands
  whoami          Show current user and environment
  help [command]  display help for command
```