Sindhu Intisindhuinti.hashnode.dev·Sep 8, 2024Building a CLI Application in GoGo is an open source programming language that makes it simple to build secure, scalable systems. With its rich ecosystem and powerful libraries, Go simplifies the process of building robust tools for developers. One of the most popular libraries for...10 likes·43 readsgolang
Abhismanabhii85.hashnode.dev·Jan 13, 2023Building a go cli tool to generate Kubernetes deployment filesThe Go cobra framework is a great tool that can be used to write command-line interfaces in golang. It is used by many different organisations and projects because of how easy and simple it is to use. Link to the Cobra framework: https://cobra.dev/. ...2 likes·945 readsgolang
Pavel Durovblog.p3ld3v.dev·Dec 2, 2022Cross Platform CLI application with Go and CobraAbstract This article will cover the process and the involved components of building a Command-Line Interface (CLI)[1] application using the Go programming language. We will cover the required libraries, directory structure, configuration files, test...156 readsGo Language
BootLabsblog.bootlabstech.com·Jul 14, 2022Build your own CLI using GoLang and CobraThe Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked mac...218 readscli