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

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

Awesome Lists containing this project

README

          

# pires-cli

[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://opensource.org/license/gpl-3-0) [![Downloads](https://img.shields.io/github/downloads/aeciopires/pires-cli/total?label=Downloads
)](https://somsubhra.github.io/github-release-stats/?username=aeciopires&repository=pires-cli&page=1&per_page=500) [![Releases ChangeLog](https://img.shields.io/badge/Changelog-8A2BE2
)](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.