23 lines
531 B
Markdown
23 lines
531 B
Markdown
|
## envoid set
|
||
|
|
||
|
sets a variable in environment(s)
|
||
|
|
||
|
```
|
||
|
envoid set [flags] <key> <value>
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-e, --environment string environments name
|
||
|
-h, --help help for set
|
||
|
-s, --secret value is a secret. encrypt this value
|
||
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
|
* [envoid](envoid.md) - envoid is an easy to use .env manager for personal (non production) use
|
||
|
* [envoid set encrypt](envoid_set_encrypt.md) - encrypts an existing variable in environment(s)
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 12-Dec-2024
|