List all commands and provides the help documentation for a given command
Run the following command from your terminal to list all commands
Copy
Ask AI
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 ToolOptions: -V, --version output the version number -h, --help display help for commandCommands: 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```