master 07:33:46.713 PST mac02:~/Git-GH/namedenv
$ go run . -h
Manage Environmental secrets centrally
All Commands (use <cmd> -h to see flag details):
# Print version
namedenv version
# Create an environment
namedenv env create
# Update an environment
namedenv env update
# Create a keyring entry. Prompts for value instead of using a flag
namedenv keyring create
# Print export script
namedenv env print-script export
# Create a variable local to the this env
namedenv env var create local
It would be nice if keyring wasn't in between the env commands and env sections
See https://github.com/bbkane/namedenv/blob/e15f099d5fd64879b3d1720d1287a24796be63ce/main.go
the help output:
It would be nice if keyring wasn't in between the env commands and env sections