LinuxCommandLibrary

apx-subsystems

Manage subsystems in `apx`.

TLDR

Interactively create a new subsystem

$ apx subsystems new
copy


List all available subsystems
$ apx subsystems list
copy


Reset a specific subsystem to its initial state
$ apx subsystems reset --name [string]
copy


[f]orce reset a specific subsystem
$ apx subsystems reset --name [string] --force
copy


Remove a specific subsystem
$ apx subsystems rm --name [string]
copy


[f]orce remove a specific subsystem
$ apx subsystems rm --name [string] --force
copy

Copied to clipboard