mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 06:57:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# apx stacks
|
||||
|
||||
> Manage stacks in `apx`.
|
||||
> Note: user-created stack configurations are stored in `~/.local/share/apx/stacks`.
|
||||
> Note: User-created stack configurations are stored in `~/.local/share/apx/stacks`.
|
||||
> More information: <https://github.com/Vanilla-OS/apx>.
|
||||
|
||||
- Interactively create a new stack configuration:
|
||||
@@ -29,6 +29,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`apx stacks import --input {{path/to/stack.yml}}`
|
||||
|
||||
- Export the stack configuration (Note: the output flag is optional, it is exported to the current working directory by default):
|
||||
- Export the stack configuration (Note: The output flag is optional, it is exported to the current working directory by default):
|
||||
|
||||
`apx stacks export --name {{string}} --output {{path/to/output_file}}`
|
||||
|
||||
Reference in New Issue
Block a user