https://github.com/aeciopires/pires-cli
My CLI, developed in Golang, to perform Ops activities
https://github.com/aeciopires/pires-cli
cli devops gcloud gcp golang tools
Last synced: 11 months ago
JSON representation
My CLI, developed in Golang, to perform Ops activities
- Host: GitHub
- URL: https://github.com/aeciopires/pires-cli
- Owner: aeciopires
- License: gpl-3.0
- Created: 2025-07-02T20:42:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T17:04:00.000Z (12 months ago)
- Last Synced: 2025-07-03T17:31:40.865Z (12 months ago)
- Topics: cli, devops, gcloud, gcp, golang, tools
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# pires-cli
[](https://opensource.org/license/gpl-3-0) [](https://somsubhra.github.io/github-release-stats/?username=aeciopires&repository=pires-cli&page=1&per_page=500) [](https://github.com/aeciopires/pires-cli/blob/0.2.0/app/CHANGELOG.md)
- [pires-cli](#pires-cli)
- [About](#about)
- [Initial mainteners](#initial-mainteners)
- [Learning Golang](#learning-golang)
# About
My CLI, developed in Golang, to perform Ops activities
See [app/README.md#how-to-use](app/README.md#how-to-use) section to more informations.
# Initial mainteners
- [Aécio Pires](https://www.linkedin.com/in/aeciopires/?locale=en_US)
> Special thanks to [Filipe Bispo Silva Maia](https://www.linkedin.com/in/filipebsmaia/) e [Gustavo da Silva](https://www.linkedin.com/in/gstvds/) those who helped me learn Golang while developing another CLI specifically for work use.
# Learning Golang
Why Golang?
Because it is easier to distribute a binary compatible with different operating systems containing all dependencies.
Golang is one of the many languages used by SRE and DevOps teams.
See [LEARNING_GOLANG.md](LEARNING_GOLANG.md) file.