cfdeploy
cfdeploy copied to clipboard
Cloudflare Deployment Tool
At present cfdeploy runs git rev-parse --short which doesn't have a guaranteed /predictable behavior across repos or git versions. In order to integrate cfdeploy with other tools, it would be...
Makefile incorrectly calls gometalinter; it should use `./...` and `--skip=vendor`, not `$$(go list ./... | grep -v /vendor/)` To fix, we'll most likely want to disable noisy linters and turn...
We could prompt the user if we should force deploy when Marathon requires it. Today you will get errors like `Result: {Message:App is locked by one or more deployments. Override...
It would be great if we could monitor the status of a marathon deployment before exiting. Ideally, we could even set a timeout (with a sensible default) which would trigger...
Updating Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application &...