Sodamhan.com

TL;DR

apx subsystems

Manage subsystems in apx. Subsystems are containers that can be created based on pre-existing stacks. More information: https://github.com/Vanilla-OS/apx.

  • Interactively create a new subsystem:

apx subsystems new

  • List all available subsystems:

apx subsystems list

  • Reset a specific subsystem to its initial state:

apx subsystems reset --name string

  • force reset a specific subsystem:

apx subsystems reset --name string --force

  • Remove a specific subsystem:

apx subsystems rm --name string

  • force remove a specific subsystem:

apx subsystems rm --name string --force

This document was created using the contents of the tldr project.