1
0
mirror of https://github.com/Luzifer/vault2env.git synced 2024-09-19 09:03:00 +00:00

Link to usage examples in Wiki

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-10-04 12:58:23 +02:00
parent 143a0523a8
commit 37d4b86b52
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -19,13 +19,7 @@ $ vault2env --export --key=<secret path>
export ...
```
In case you have a command with arguments you need to separate the command using double dashes, which is a feature of your shell:
```console
$ vault2env --key=<secret path> -- <command with arguments>
```
This prevents `vault2env` from interpreting and complaining about the arguments passed to the sub-command.
For further examples and "special cases" see the Wiki: [Usage Examples](https://github.com/Luzifer/vault2env/wiki/Usage-Examples)
### Using evironment variables
```bash