mirror of
https://github.com/Luzifer/envrun.git
synced 2024-11-08 14:20:01 +00:00
Update README
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
184752aa23
commit
5825548bd8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ $ python test.py | grep MY_TEST_VAR
|
|||
$ envrun --help
|
||||
Usage of envrun:
|
||||
--clean Do not pass current environment to child process
|
||||
--encryption string Encryption method used for encrypted env-file (Available: openssl-md5) (default "openssl-md5")
|
||||
--encryption string Encryption method used for encrypted env-file (Available: gpg-symmetric, openssl-md5) (default "openssl-md5")
|
||||
--env-file string Location of the environment file (default ".env")
|
||||
--log-level string Log level (debug, info, warn, error, fatal) (default "info")
|
||||
-p, --password string Password to decrypt environment file
|
||||
|
|
Loading…
Reference in a new issue