Creating a CLI tool using Go and Cobra CLI framework
Mar 1, 2022 · 6 min read · What is Cobra? Cobra is a very handy CLI(command line interface) framework that allows you to build CLI tools in GoLang in minutes. A CLI tool is an application that allows you to do some task using the command line(Eg: terminal on mac). A few CLI t...
Join discussion