mirror of
https://github.com/Luzifer/vault2env.git
synced 2024-11-08 16:20:07 +00:00
Link to usage examples in Wiki
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
143a0523a8
commit
37d4b86b52
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue