Search⌘ K
AI Features

Introduction

Discover how to create CLI applications in Go using the flag and os packages for simple tools and the Cobra package for more complex ones. Gain skills to automate workflows, communicate via REST or gRPC, and build custom DevOps tools tailored to your needs.

We'll cover the following...

Visit any DevOps engineer and you will find their screens filled with terminals executing Command-Line Interface (CLI) applications.

As a DevOps engineer, we don’t want ...