Skip to content
/ gmd Public

Gommand is a library to help manage cli commands, flags, and environment variables. Built on top of the awesome spf13 stack (cobra, viper, pflag)

Notifications You must be signed in to change notification settings

93ams/gmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gommand

Gommand is a simple command line tool that allows you to run commands in a structured way.

Tasks

Boot

Bootstraps the project

go install github.com/joerdav/xc/cmd/xc@latest
go install github.com/charmbracelet/gum@latest

ShowEnv

go run ./cmd env show

SelectEnv

go run ./cmd env select $(gum choose "" $(go run ./cmd env list))  

ListEnvs

go run ./cmd env list

CurrentEnv

go run ./cmd env current

AddEnv

go run ./cmd env add

RemEnv

go run ./cmd env rem

About

Gommand is a library to help manage cli commands, flags, and environment variables. Built on top of the awesome spf13 stack (cobra, viper, pflag)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages