| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
GitOps CLI is a command line interface (CLI) to perform operations on GitOps managed infrastructure repositories, including updates in YAML files.
The official GitOps CLI Docker image comes with all dependencies pre-installed and ready-to-use. Pull it with:
docker pull baloise/gitopscliStart the CLI and the print the help page with:
docker run --rm -it baloise/gitopscli --helpFor detailed installation and usage instructions, visit https://baloise.github.io/gitopscli/.
Currently, we support BitBucket Server, GitHub, GitLab, and Azure DevOps.
make init # install dependencies, setup dev gitopscli, install pre-commit hooks, ...make format # format code
make format-check # check formatting
make lint # run linter
make typecheck # run type checks
make test # run unit tests
make coverage # run unit tests and create coverage report
make checks # run all checks (format-check + lint + typecheck + test)
make image # build docker image
make docs # serves web docs
make update # update package dependencies| Back | FazBrowse Home | New Git URL |