The command that injects your secrets into local environment
infisical run
INFISICAL_TOKEN
INFISICAL_DISABLE_UPDATE_CHECK
--watch
watch
flag, you are telling the CLI to watch for changes that happen in your Infisical project.
If secret changes happen, the command you provided will automatically be restarted with the new environment variables attached.--project-config-dir
--command
--projectId
--token
INFISICAL_TOKEN
before executing the run command. This will have the same effect as setting the token with --token
flag--expand
true
--include-imports
true
--env
dev
, staging
, test
, and prod
. Default value: dev
--secret-overriding
true
--tags
--path
--path
flag indicates which project folder secrets will be injected from.--watch
flag.