GitOps Application Manager
The GitOps Application Manager provides command line interface to bootstrap GitOps and perform other operations. See why and how GitOps for Application Delivery can help your business streamline your application delivery.
CLI Reference
Command Line Reference
Getting Started
GitOps Day 1 and Day 2 operations
Please visit the CLI user documentation to try out the CLI.
OpenShift Console
Please visit the OpenShift Console Documentation to visualize application stages on your Console's Developer Perspective.
FAQs
GitOps Frequently Asked Questions
How to Contribute
Building kam
requires Go 1.14+
To contribute to KAM CLI
, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
.
- Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
How to Build
$ make bin
The resulting binary will be found in ./bin/kam
Alternatively this is a Standard Go project layout project, so you can build with:
$ go build ./cmd/kam
Please open a Github Issue or reach out to the team at team-gitops@redhat.com
License
This project uses the following license: Apache 2.0.