Sagi Dayan
2ca1e7826a
Some checks failed
Codespell / Check for spelling errors (push) Failing after 1m35s
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
22 lines
532 B
Markdown
22 lines
532 B
Markdown
## envoid set
|
|
|
|
sets a varibale 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 envrironment(s)
|
|
|
|
###### Auto generated by spf13/cobra on 25-Nov-2024
|