guardrail-cli 2.4.8 → 2.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1408,7 +1408,7 @@ program
1408
1408
  });
1409
1409
  // Fix rollback command
1410
1410
  program
1411
- .command('fix rollback')
1411
+ .command('fix-rollback')
1412
1412
  .description('Rollback fixes to a previous backup')
1413
1413
  .option('-p, --path <path>', 'Project path', '.')
1414
1414
  .option('--run <runId>', 'Run ID to rollback to (required)')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "guardrail-cli",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "description": "Guardrail CLI - Enterprise-grade security scanning, vulnerability detection, and code quality tool",
5
5
  "main": "dist/index.js",
6
6
  "bin": {