An open API service indexing awesome lists of open source software.

https://github.com/nothyotic/common-ops

list of common ops commands
https://github.com/nothyotic/common-ops

cicd cmdio devops go golang ops

Last synced: about 1 year ago
JSON representation

list of common ops commands

Awesome Lists containing this project

README

          

# common ops
These ops commands are made using [cmdio](https://github.com/lesiw/cmdio) and [ops](https://github.com/lesiw/ops) for ease of development.

# Running locally
## Prerequisite
- Have Go installed

## Steps
1. Install ops: `go install lesiw.io/op@latest`

2. Run hello world command: `op hello`

3. You should see `Hello world!` printed in the terminal