File tree Expand file tree Collapse file tree 1 file changed +23
-8
lines changed Expand file tree Collapse file tree 1 file changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,29 @@ $ go install github.com/shoenig/envy@latest
43
43
#### usage overview
44
44
45
45
``` 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
54
69
` ` `
55
70
56
71
# ### set a namespace
You can’t perform that action at this time.
0 commit comments