Usage:
$ ast [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.
Commands:
aws
: AWS related tasks.az
: Azure related tasks.terraform
: Detects, installs, and executes Terraform.
AWS related tasks.
Usage:
$ ast aws [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
crane
: Login in to ECR with Crane.podman
: Login in to ECR with Podman.
Login in to ECR with Crane.
Usage:
$ ast aws crane [OPTIONS] REGISTRY
Arguments:
REGISTRY
: The registry to login to. [required]
Options:
--profile TEXT
: The AWS profile to use.--help
: Show this message and exit.
Login in to ECR with Podman.
Usage:
$ ast aws podman [OPTIONS] REGISTRY
Arguments:
REGISTRY
: The registry to login to. [required]
Options:
--profile TEXT
: The AWS profile to use.--help
: Show this message and exit.
Azure related tasks.
Usage:
$ ast az [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
crane
: Login in to ACR with Crane.podman
: Login in to ACR with Podman.
Login in to ACR with Crane.
Usage:
$ ast az crane [OPTIONS] REGISTRY
Arguments:
REGISTRY
: The registry to login to. [required]
Options:
--help
: Show this message and exit.
Login in to ACR with Podman.
Usage:
$ ast az podman [OPTIONS] REGISTRY
Arguments:
REGISTRY
: The registry to login to. [required]
Options:
--help
: Show this message and exit.
Detects, installs, and executes Terraform.
Usage:
$ ast terraform [OPTIONS]
Options:
--help
: Show this message and exit.