Devops CLI
DevOps, simplified.

Introduction
Installation
To download the CLI, an install script has been provided.
go install github.com/jgfranco17/devops@latest
[!NOTE]
This CLI is still a beta prototype.
Testing
# Run standard assertions with go-test
just test
Automation
GitHub Actions Integration
Tests are automatically run on:
- Every pull request
- Every push to main branch
- Scheduled nightly runs
Quality Gates
- All tests must pass before merging
- Minimum code coverage requirements
- Performance benchmarks must be met
License
This project is licensed under the BSD-3 License. See the LICENSE file for more details.