zimfw/modules/meta/README.md

22 lines
903 B
Markdown
Raw Normal View History

2016-09-02 21:28:29 -04:00
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 |
2016-09-05 19:34:27 -04:00
| issue | Create a template for reporting an issue |
2016-09-02 21:28:29 -04:00
| 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 |
2016-09-06 16:04:58 -04:00
| help | Print this usage message |
| debug | Invokes the trace-zim script which produces logs |