Astro CLI command reference
This document contains information about all commands and settings available in the Astro CLI, including examples and flags. To get started with the Astro CLI, see Get Started.
All reference documentation is based on the latest available version of the Astro CLI. To see the differences across various CLI versions, see the Astro CLI Release Notes.
The Astronomer product you're using determines the behavior and format of commands. The documentation identifies commands that are specific to Astro or Astronomer Software, or when specific behavior is product dependent.
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.