Mithilesh Tarkarmtarkar.hashnode.dev·Sep 14, 2024How to create a CLI app with GoGo provides lot of tools for building great CLI apps. Some of the great tools available in the go ecosystem are tools like Cobra, Bubbletea. In this tutorial we will look at how we can build a command line app in Cobra. Create a new go project Start ...Discuss·1 like·51 readsGo Language
Siddhesh Khandagalesiddheshk.hashnode.dev·Sep 23, 2023Dockerizing Golang CLI Tool - A Step-by-Step GuideIntroduction In the ever-evolving landscape of software development, where rapid deployment and seamless scalability are key, Docker has emerged as a game-changer. Whether you're a seasoned developer or just starting your journey into the world of co...Discuss·1 like·124 readsGo Language
Siddhesh KhandagaleforCloudNativeFolks Communityblog.cloudnativefolks.org·Sep 22, 2023Dockerizing Golang CLI Tool - A Step-by-Step GuideIntroduction In the ever-evolving landscape of software development, where rapid deployment and seamless scalability are key, Docker has emerged as a game-changer. Whether you're a seasoned developer or just starting your journey into the world of co...Discuss·1 like·137 reads GopherLabs Go Language
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/. ...Discuss·2 likes·930 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...Discuss·155 readsGo Language
Siddhesh Khandagalesiddheshk.hashnode.dev·Nov 12, 2022Getting started with CLI's using Golang.Introduction In this blog we are going to get started with CLI using Golang and Cobra CLI. We are just going to make a simple Quiz game CLI and get friendly with the Cobra-CLI library. Why Cobra-CLI? Cobra is both a library for creating powerful mode...Discuss·891 readsgolang
Prasanna Kumarme.p11r.dev·Sep 10, 2020fastget - ultra fast download files over HTTP(S)⚡ fastget is an open source CLI tool as well as Go library to ultra fast download files over HTTP(S). DISCLAIMER: FastGet performance heavily reliant on the network and CPU performance of the client machine. More importantly HTTP(s) endpoint must all...Discussfastget