Skip to content

alk command reference

This page documents every alk command, its arguments, and its options.

Global options

OptionDescription
--help, -hShow help for any command.
--version, -vPrint the installed CLI version.
--yes, -ySkip interactive confirmations. Use with care.
--dry-runShow what would happen without making any changes.

Commands

alk setup

Initialises Alkaia in your AWS account by deploying the control-plane stack. Idempotent — safe to run multiple times.

alk whoami

Prints the AWS account ID and IAM identity Alkaia is using.

alk deploy <stack-file>

Deploys the application described by <stack-file> (a YAML file) to AWS.

alk teardown <stack-name>

Removes a deployed stack and all the AWS resources it created. Requires explicit destroy confirmation.