LinuxCommandLibrary

apx-stacks

Manage stacks in `apx`.

TLDR

Interactively create a new stack configuration

$ apx stacks new
copy


Interactively update a stack configuration
$ apx stacks update [name]
copy


List all available stack configurations
$ apx stacks list
copy


Remove a specified stack configuration
$ apx stacks rm --name [string]
copy


Import a stack configuration
$ apx stacks import --input [path/to/stack.yml]
copy


Export the stack configuration (Note: the output flag is optional, it is exported to the current working directory by default)
$ apx stacks export --name [string] --output [path/to/output_file]
copy

Copied to clipboard