pages.nl/*: add and update pages

This commit is contained in:
Sebastiaan Speck
2023-11-02 20:59:27 +01:00
committed by K.B.Dharun Krishna
parent 362322fe70
commit 29bb3b90fb
59 changed files with 1270 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
# apx stacks
> Beheer stacks in `apx`.
> Let op: Door gebruikers gecreëerde pakketbeheerderconfiguraties worden opgeslagen in `~/.local/share/apx/pkgmanagers`.
> Meer informatie: <https://github.com/Vanilla-OS/apx>.
- Maak interactief een nieuwe stack configuratie:
`apx stacks new`
- Update interactief een nieuwe stack configuratie:
`apx stacks update {{name}}`
- Toon alle beschikbare stack configuraties:
`apx stacks list`
- Verwijder een specifieke stack configuratie:
`apx stacks rm --name {{string}}`
- Importeer een stack configuratie:
`apx stacks import --input {{pad/naar/stack.yml}}`
- Exporteer de stack configuratie (Let op: de output flag is optioneel, het wordt standaard geëxporteerd naar de huidige map):
`apx stacks export --name {{string}} --output {{pad/naar/output_bestand}}`