Skip to content

Commit 6ce0f32

Browse files
authored
readme: update with new cli format
1 parent ce759b3 commit 6ce0f32

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,29 @@ $ go install github.com/shoenig/envy@latest
4343
#### usage overview
4444

4545
```bash
46-
Subcommands for envy:
47-
exec Run a command with environment variables from namespace.
48-
use `-insulate` to exclude external environment variables
49-
list List available namespaces.
50-
purge Remove a namespace and all of its environment variables.
51-
set Set/Update/Remove environment variable(s) for namespace.
52-
show Show environment variable(s) in namespace.
53-
use `-decrypt` to include decrypted values
46+
NAME:
47+
envy - wrangle environment varibles
48+
49+
USAGE:
50+
envy [global options] [command [command options]] [arguments...]
51+
52+
VERSION:
53+
v0
54+
55+
DESCRIPTION:
56+
The envy is a command line tool for managing profiles of
57+
environment variables. Values are stored securely using
58+
encryption with keys protected by your desktop keychain.
59+
60+
COMMANDS:
61+
list - list environment profiles
62+
set - set environment variable(s) in a profile
63+
purge - purge an environment profile
64+
show - show values in an environment variable profile
65+
exec - run a command using environment variables from profile
66+
67+
GLOBALS:
68+
--help/-h boolean - print help message
5469
```
5570
5671
#### set a namespace

0 commit comments

Comments
 (0)