mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 14:55:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Manage subsystems in `apx`.
|
||||
> Subsystems are containers that can be created based on pre-existing stacks.
|
||||
> More information: <https://github.com/Vanilla-OS/apx>.
|
||||
> More information: <https://docs.vanillaos.org/docs/en/apx-manpage#subsystems>.
|
||||
|
||||
- Interactively create a new subsystem:
|
||||
|
||||
@@ -19,16 +19,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Reset a specific subsystem to its initial state:
|
||||
|
||||
`apx subsystems reset --name {{string}}`
|
||||
`apx subsystems reset {{[-n|--name]}} {{string}}`
|
||||
|
||||
- [f]orce reset a specific subsystem:
|
||||
- Force reset a specific subsystem:
|
||||
|
||||
`apx subsystems reset --name {{string}} --force`
|
||||
`apx subsystems reset {{[-n|--name]}} {{string}} {{[-f|--force]}}`
|
||||
|
||||
- Remove a specific subsystem:
|
||||
|
||||
`apx subsystems rm --name {{string}}`
|
||||
`apx subsystems rm {{[-n|--name]}} {{string}}`
|
||||
|
||||
- [f]orce remove a specific subsystem:
|
||||
- Force remove a specific subsystem:
|
||||
|
||||
`apx subsystems rm --name {{string}} --force`
|
||||
`apx subsystems rm {{[-n|--name]}} {{string}} {{[-f|--force]}}`
|
||||
|
||||
Reference in New Issue
Block a user