Skip to content

@curl-runner/cli@1.22.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 08:12
· 42 commits to main since this release
8db105c

Minor Changes

  • #100 9b6f0a7 Thanks @alexvcasillas! - feat: add .env file support with secret redaction

    • Load variables from .env, .env.local, .env.{env}, .env.{env}.local
    • --env / -e flag to select environment
    • SECRET_* prefixed variables automatically redacted in output
    • Pattern-based detection for common API keys (Stripe, AWS, GitHub, NPM, Slack, Paddle, OpenAI, Anthropic)
    • --no-redact flag to disable redaction
    • Config option env.environment and env.redactSecrets