Skip to content

openware/goci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d360fb1 · Dec 7, 2022

History

15 Commits
Jan 10, 2022
Jul 20, 2021
Apr 8, 2021
Jan 13, 2021
Dec 7, 2022
Jan 18, 2021
Jan 13, 2021
Feb 12, 2021
Jun 4, 2021
Jan 18, 2021
Jan 18, 2021

Repository files navigation

goci

goci is a CLI used to update openware/versions in every component's CI pipeline

Usage

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:

  1. Clone openware/versions
  2. Update opendax/2-6/versions.yaml component tag
  3. 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)