mirror of
https://github.com/Luzifer/vault2env.git
synced 2024-11-09 08:40:06 +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 ...
|
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:
|
For further examples and "special cases" see the Wiki: [Usage Examples](https://github.com/Luzifer/vault2env/wiki/Usage-Examples)
|
||||||
|
|
||||||
```console
|
|
||||||
$ vault2env --key=<secret path> -- <command with arguments>
|
|
||||||
```
|
|
||||||
|
|
||||||
This prevents `vault2env` from interpreting and complaining about the arguments passed to the sub-command.
|
|
||||||
|
|
||||||
### Using evironment variables
|
### Using evironment variables
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue