goci is a CLI used to update openware/versions in every component's CI pipeline
To update a given component's version in openware/versions
, run:
goci versions -path opendax/*branch* -component *component_name* -tag *tag*
This will do the following:
- Clone
openware/versions
- Update
opendax/2-6/versions.yaml
component tag - Commit and push the updates
To display all files updated in the latest Git commit, run goci -depth 1 changes
, where depth is the depth of directories you'd like to use(dir1/dir2/...dirn)