hcp vault-secrets run
Command: hcp vault-secrets run
The hcp vault-secrets run
command lets you run the provided command as a
child process while injecting all of the app's secrets as environment variables,
with all secret names converted to upper-case. STDIN, STDOUT, and STDERR will be
passed to the created child process.
Usage
Examples
Display your current environment with app secrets included:
Inject secrets as environment variables:
Positional arguments
COMMAND
- Defines the invocation of the child process to inject secrets to.
Flags
--app=NAME
- The application you want to pull all secrets from.