secrefs run
Resolves every sec:// reference in the environment and spawns a child process
with the hydrated values.
secrefs run -- in front of an existing command changes
nothing about how that command behaves in a shell, a Makefile, or CI.
Values are resolved in memory. Nothing is written to disk at any point.
secrefs check
Validates every reference without returning any value. Safe for CI.
Exit codes
Environment
The CLI reads.env from the working directory, following dotenv’s
precedence: an existing environment variable is never overridden by the
file. Provider credentials come from the environment as usual —
AWS_PROFILE, BWS_ACCESS_TOKEN, VAULT_TOKEN, and so on.