Skip to main content

astroctl_cloud_list

astroctl cloud 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 cloud 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