scale-catalog/README.md

25 lines
1009 B
Markdown
Raw Normal View History

2022-01-16 14:11:49 +00:00
# trueupdate
A TrueCharts automatic and bulk update utility
2022-01-16 15:15:58 +00:00
## How to install
run `pip install trueupdate`
Please be aware you will need to reinstall after every SCALE update
## How to Update
run `pip install --upgrade trueupdate`
## How to use
Just run `trueupdate` in the shell of your TrueNAS SCALE machine, to have it process Patch and Minor version updates for all Apps
Additional options are available:
2022-01-18 22:35:52 +00:00
- `trueupdate -h` for the CLI help page
2022-01-18 22:34:22 +00:00
- `trueupdate -s` or ` trueupdate --sync` to sync the catalogs before running auto-update
- `trueupdate -p` or ` trueupdate --prune` to prune (remove) old docker images after running auto-update
2022-01-19 19:46:10 +00:00
- `trueupdate -a` or ` trueupdate --all` updates both active (running) and non-active (stuck or stopped) Apps
2022-01-18 22:34:22 +00:00
- `trueupdate --catalog CATALOGNAME` where CATALOGNAME is the name of the catalog you want to process in caps
- `trueupdate --versioning SCHEME` where SCHEME is the highest semver version you want to process. options: `patch`, `minor` and `major`