Package Exports
- guardrail-cli
- guardrail-cli/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (guardrail-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Guardrail CLI
The official command-line interface for Guardrail - AI-native code security and guardrail platform.
Installation
npm install -g @guardrail/cliQuick Start
# Authenticate
guardrail auth --key gr_starter_your_api_key_here
# Scan your project
guardrail scan --path ./your-project
# Ship readiness check
guardrail ship --path ./your-projectCommands
guardrail auth- Authenticate with your API keyguardrail scan- Run security scansguardrail ship- Ship readiness checksguardrail reality- Browser testing for fake dataguardrail smells- Code smell analysis (Pro)guardrail fix- Manual fix suggestions (Starter+)
Tiers
- Free: Basic scanning and validation
- Starter ($29/mo): Ship checks, reality mode, fix suggestions
- Pro ($99/mo): Advanced analysis, autopilot, smells detection
- Enterprise ($499/mo): Custom policies, SSO, dedicated support
Support
- 📖 Documentation
- 💬 Discord
- 📧 Support
License
MIT