commands.sh

apx subsystems

linux

Manage subsystems in `apx`. Subsystems are containers that can be created based on pre-existing stacks.

More info →

Options (2)

-n, --nameboolean

Reset a specific subsystem to its initial state

Example: apx subsystems reset {{[-n|--name]}} {{string}}
-f, --forceboolean

Force reset a specific subsystem

Example: apx subsystems reset {{[-n|--name]}} {{string}} {{[-f|--force]}}

Examples (6)

Interactively create a new subsystem

List all available subsystems

Reset a specific subsystem to its initial state

apx subsystems reset [-n|--name] string

Force reset a specific subsystem

apx subsystems reset [-n|--name] string [-f|--force]

Remove a specific subsystem

apx subsystems rm [-n|--name] string

Force remove a specific subsystem

apx subsystems rm [-n|--name] string [-f|--force]
made by @shridhargupta | data from tldr-pages