Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RootCmd = &cobra.Command{
Use: "astro",
Short: "Astronomer - CLI",
Long: "astro is a command line interface for working with the Astronomer Platform.",
}
)
RootCmd is the astro root command.
View Source
var ( RunExample = ` # Create default admin user. astro airflow run create_user -r Admin -u admin -e [email protected] -f admin -l user -p admin ` )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.