Skip to main content

astroctl_providers_list

astroctl providers list

List all supported cloud provider (cloud) ids to deploy applications

Synopsis

The list command provides information about all supported cloud providers to deploy applications

astroctl providers list [flags]

Examples


# List all supported cloud providers
astroctl providers list

# List providers in JSON format
astroctl providers list -o json

# List providers in YAML format
astroctl providers list -o yaml

Options

  -h, --help            help for list
-o, --output string Output format (table|json|yaml) (default "table")

SEE ALSO