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.
- package/dist/index.js +1 -1
- 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
|
|
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)')
|