apx-stacks
Manage stack configurations for apx subsystems
TLDR
Interactively create a new stack configuration
$ apx stacks new
Interactively update a stack configuration$ apx stacks update [name]
List all available stack configurations$ apx stacks list
Remove a specified stack configuration$ apx stacks rm --name [name]
Import a stack configuration from file$ apx stacks import --input [path/to/stack.yml]
Export a stack configuration to file$ apx stacks export --name [name] --output [path/to/output_file]
SYNOPSIS
apx stacks command [options]
DESCRIPTION
apx stacks manages stack configurations in apx. A stack defines a combination of a base container image and a package manager, serving as the foundation for subsystems.
User-created stack configurations are stored in ~/.local/share/apx/stacks. Stacks can be shared between systems by exporting and importing YAML configuration files.
PARAMETERS
--name string
Specify the stack name--input path
Path to the stack configuration file to import--output path
Path for the exported stack file (defaults to current directory)
SUBCOMMANDS
new
Create a new stack configuration interactivelyupdate
Modify an existing stack configurationlist
Display all available stack configurationsrm
Remove a stack configurationimport
Import a stack from a YAML fileexport
Export a stack to a YAML file
SEE ALSO
apx(1), apx-pkgmanagers(1), apx-subsystems(1)
