Metadata-Version: 2.1
Name: trueupdate
Version: 2.1.4
Summary: An Automatic and Bulk update utility for TrueNAS SCALE Apps
Home-page: https://github.com/truecharts/trueupdate
Author-email: into@truecharts.org
License: UNKNOWN
Description: # trueupdate
        A TrueCharts automatic and bulk update utility
        
        ## 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:
        
        - `trueupdate -h` for the CLI help page
        - `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
        - `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`
Platform: UNKNOWN
Description-Content-Type: text/markdown
