> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 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](/docs/cli/v1.43/install-cli).

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](/docs/cli/v1.43/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 Astro Private Cloud, or when specific behavior is product dependent.

## Core Commands

* [`astro login`](/docs/cli/v1.43/astro-login)
* [`astro dev init`](/docs/cli/v1.43/astro-dev-init)
* [`astro dev start`](/docs/cli/v1.43/astro-dev-start)
* [`astro dev restart`](/docs/cli/v1.43/astro-dev-restart)
* [`astro deploy`](/docs/cli/v1.43/astro-deploy)
* [`astro remote`](/docs/cli/v1.43/astro-remote)

## 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 are `debug`, `info`, `warn`, `error`, `fatal`, and `panic`.

### Global configuration options

* `g`, `--global`: You set global configurations for the Astro CLI by running `astro config --global`. See [Configure the CLI](/docs/cli/v1.43/configure-cli) for more information.
