2025-03-14 21:59:59 -06:00
|
|
|
# apx stacks
|
|
|
|
|
|
|
|
|
|
> Beheer stacks in `apx`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Opmerking: door gebruikers gecreëerde pakketbeheerconfiguraties worden opgeslagen in `~/.local/share/apx/pkgmanagers`.
|
|
|
|
|
> Meer informatie: <https://docs.vanillaos.org/docs/en/apx-manpage#stacks>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Maak interactief een nieuwe stack configuratie:
|
|
|
|
|
|
|
|
|
|
`apx stacks new`
|
|
|
|
|
|
|
|
|
|
- Update interactief een nieuwe stack configuratie:
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
`apx stacks update {{naam}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|