apx subsystems
linux
Manage subsystems in `apx`. Subsystems are containers that can be created based on pre-existing stacks.
More info →Options (2)
-n, --namebooleanReset a specific subsystem to its initial state
Example:
apx subsystems reset {{[-n|--name]}} {{string}}-f, --forcebooleanForce reset a specific subsystem
Example:
apx subsystems reset {{[-n|--name]}} {{string}} {{[-f|--force]}}Examples (6)
Interactively create a new subsystem
apx subsystems newList all available subsystems
apx subsystems listReset a specific subsystem to its initial state
apx subsystems reset [-n|--name] stringForce reset a specific subsystem
apx subsystems reset [-n|--name] string [-f|--force]Remove a specific subsystem
apx subsystems rm [-n|--name] stringForce remove a specific subsystem
apx subsystems rm [-n|--name] string [-f|--force]made by @shridhargupta | data from tldr-pages