updatecli jsonschema

Documentation for the command `updatecli jsonschema`

updatecli jsonschema

Experimental Export JsonSchema to file

updatecli jsonschema [flags]

Options

  -b, --baseid string      Define schema baseid (default "https://www.updatecli.io/schema/latest")
  -d, --directory string   Export schema to directory (default "./")
  -h, --help               help for jsonschema

Options inherited from parent commands

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

SEE ALSO

  • updatecli - Updatecli is a declarative dependency manager command line tool
Top