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
- Host: GitHub
- URL: https://github.com/nothyotic/common-ops
- Owner: notHyotic
- Created: 2025-04-26T04:24:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T23:05:38.000Z (about 1 year ago)
- Last Synced: 2025-05-20T05:11:24.090Z (about 1 year ago)
- Topics: cicd, cmdio, devops, go, golang, ops
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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