You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI: Add --no-prompt (-n) flag to secretspec check command for non-interactive mode.
When used, the command exits with non-zero status if secrets are missing instead of prompting for values.
Useful for CI/CD pipelines, scripts, and automation. (#55)
Install secretspec 0.6.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cachix/secretspec/releases/download/v0.6.2/secretspec-installer.sh | sh