diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-18 00:59:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-18 00:59:54 +0700 |
| commit | e4751a835ef379f84c5730effed2f017eb9071f2 (patch) | |
| tree | 0b4cf73f3e9f8b635a1b8f01087d509d55a1f432 /_wui | |
| parent | ba625cecb647ef5fec013aff10a96395f1122270 (diff) | |
| download | awwan-e4751a835ef379f84c5730effed2f017eb9071f2.tar.xz | |
_wui/doc: add missing documentation for env-get in awwan manual
Diffstat (limited to '_wui')
| -rw-r--r-- | _wui/doc/awwan.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_wui/doc/awwan.adoc b/_wui/doc/awwan.adoc index d6d89ab..4ac9a15 100644 --- a/_wui/doc/awwan.adoc +++ b/_wui/doc/awwan.adoc @@ -24,6 +24,9 @@ command = "decrypt" / "encrypt" / "help" / "local" / "play" / "serve" Encrypt the file using RSA private key at "<workspace>/.ssh/awwan.key". + env-get <key> [dir] + Get the value from environment based on the key. + env-set <key> <value> [env-file] Set the value in environment file based on the key. |
