https://github.com/openware/goci
https://github.com/openware/goci
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openware/goci
- Owner: openware
- Created: 2021-01-13T11:21:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T12:22:58.000Z (over 2 years ago)
- Last Synced: 2025-08-18T12:56:09.679Z (7 months ago)
- Language: Go
- Homepage: https://www.openware.com
- Size: 1.68 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goci
goci is a CLI used to update [openware/versions](github.com/openware/versions) in every component's CI pipeline
## Usage
To update a given component's version in `openware/versions`, run:
```sh
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)