1
0
Fork 0
mirror of synced 2024-06-30 12:11:08 -04:00
zimfw/modules/meta/README.md
Matt Hamilton d551b90050 [meta] add zim_debug tool
Closes #51
2016-09-06 13:05:17 -07:00

22 lines
903 B
Markdown

Meta
====
Provides aliases and functions for management of the zim framework, specifically `zmanage`
Usage
-----
`zmanage [arg]`
| Action | Description |
| ----------- | --------------------------------------------------- |
| update | Fetches and merges upstream zim commits if possible |
| info | Prints zim and system info |
| issue | Create a template for reporting an issue |
| clean-cache | Clean the zim cache |
| build-cache | Rebuild the zim cache |
| remove | *experimental* Remove zim as best we can |
| reset | Reset zim to the latest commit |
| help | Print this usage message |
| debug | Invokes the trace-zim script which produces logs |