- Commands
- infisical run
Commands
infisical run
The command that injects your secrets into local environment
Single command
Chained commands
infisical run [options] -- [your application start command]
# Example
infisical run [options] -- npm run dev
Description
Inject secrets from Infisical into your application process.
Subcommands & flags
Use this command to inject secrets into your applications process
$ infisical run -- <your application command>
# Example
$ infisical run -- npm run dev