coolops
is the command line interface to help you notify coolops about new builds to be deployed. It provides an user friendly interface for you to define the parameters to be injected in your deployment script and also metadata to be sent with the Slack message.
coolops build:new [build_name] \
-t [project_access_token] \
-p [parameter_name]=[parameter_value] \
-p [parameter_name]=[parameter_value] \
-m [metadata_name]=[metadata_value]
curl -L https://github.com/coolops-io/coolops/releases/download/v0.2.0/install.sh | sh
- Fork (https://github.com/coolops-io/coolops/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run
gofmt -s
- Create a new Pull Request