mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
30 lines
812 B
Markdown
30 lines
812 B
Markdown
![]() |
# 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}}`
|