Core Commands
Global Options
Global flags
The Astro CLI has the following global flags that can be used with any command:-h,--help: Output more information about a given command to the CLI.--verbosity <string>: Specify the log level to expose for each CLI command. Possible values aredebug,info,warn,error,fatal, andpanic.
Global configuration options
g,--global: You set global configurations for the Astro CLI by runningastro config --global. See Configure the CLI for more information.