DevOps, simplified.
To download the CLI, an install script has been provided.
go install github.com/jgfranco17/devops@latestNote
This CLI is still a beta prototype.
# Run standard assertions with go-test
just testTests are automatically run on:
- Every pull request
- Every push to main branch
- Scheduled nightly runs
- All tests must pass before merging
- Minimum code coverage requirements
- Performance benchmarks must be met
This project is licensed under the BSD-3 License. See the LICENSE file for more details.