updatecli

Documentation for the command `updatecli`

updatecli

Updatecli is a declarative dependency manager command line tool

Synopsis

Updatecli is a declarative dependency manager command line tool. Based on Updatecli manifest(s), It ensures that target files are up to date. Updatecli works into three stages:

  1. Source: Retrieve a value from a third location like file, api, etc..
  2. Condition: Ensure conditions are met based on the value retrieved during the source stage.
  3. Target: Update the target based on the value retrieved from the source stage.

Options

      --debug            Debug Output
      --experimental     Enable Experimental mode
  -h, --help             help for updatecli
      --unique-tmp-dir   Use a unique temporary directory to allow running multiple Updatecli instances in parallel

SEE ALSO

Top