@oclif/plugin-command-snapshot
Advanced tools
+39
-39
| { | ||
| "commands": { | ||
| "snapshot:compare": { | ||
| "schema:compare": { | ||
| "aliases": [], | ||
@@ -10,3 +10,3 @@ "args": {}, | ||
| "name": "filepath", | ||
| "default": "./command-snapshot.json", | ||
| "default": "./schemas", | ||
| "hasDynamicHelp": false, | ||
@@ -19,3 +19,3 @@ "multiple": false, | ||
| "hiddenAliases": [], | ||
| "id": "snapshot:compare", | ||
| "id": "schema:compare", | ||
| "pluginAlias": "@oclif/plugin-command-snapshot", | ||
@@ -29,3 +29,3 @@ "pluginName": "@oclif/plugin-command-snapshot", | ||
| "commands", | ||
| "snapshot", | ||
| "schema", | ||
| "compare.js" | ||
@@ -35,7 +35,7 @@ ], | ||
| "permutations": [ | ||
| "snapshot:compare", | ||
| "compare:snapshot" | ||
| "schema:compare", | ||
| "compare:schema" | ||
| ] | ||
| }, | ||
| "snapshot:generate": { | ||
| "schema:generate": { | ||
| "aliases": [], | ||
@@ -45,8 +45,20 @@ "args": {}, | ||
| "filepath": { | ||
| "description": "path to save the generated snapshot file; can use \"{version}\" to replace the current CLI/plugin version", | ||
| "description": "directory to save the generated schema files; can use \"{version}\" to insert the current CLI/plugin version", | ||
| "name": "filepath", | ||
| "default": "./command-snapshot.json", | ||
| "default": "./schemas", | ||
| "hasDynamicHelp": false, | ||
| "multiple": false, | ||
| "type": "option" | ||
| }, | ||
| "ignorevoid": { | ||
| "description": "ignore commands that return void", | ||
| "name": "ignorevoid", | ||
| "allowNo": false, | ||
| "type": "boolean" | ||
| }, | ||
| "singlefile": { | ||
| "description": "put generated schema into a single file", | ||
| "name": "singlefile", | ||
| "allowNo": false, | ||
| "type": "boolean" | ||
| } | ||
@@ -56,3 +68,3 @@ }, | ||
| "hiddenAliases": [], | ||
| "id": "snapshot:generate", | ||
| "id": "schema:generate", | ||
| "pluginAlias": "@oclif/plugin-command-snapshot", | ||
@@ -66,3 +78,3 @@ "pluginName": "@oclif/plugin-command-snapshot", | ||
| "commands", | ||
| "snapshot", | ||
| "schema", | ||
| "generate.js" | ||
@@ -72,7 +84,7 @@ ], | ||
| "permutations": [ | ||
| "snapshot:generate", | ||
| "generate:snapshot" | ||
| "schema:generate", | ||
| "generate:schema" | ||
| ] | ||
| }, | ||
| "schema:compare": { | ||
| "snapshot:compare": { | ||
| "aliases": [], | ||
@@ -84,3 +96,3 @@ "args": {}, | ||
| "name": "filepath", | ||
| "default": "./schemas", | ||
| "default": "./command-snapshot.json", | ||
| "hasDynamicHelp": false, | ||
@@ -93,3 +105,3 @@ "multiple": false, | ||
| "hiddenAliases": [], | ||
| "id": "schema:compare", | ||
| "id": "snapshot:compare", | ||
| "pluginAlias": "@oclif/plugin-command-snapshot", | ||
@@ -103,3 +115,3 @@ "pluginName": "@oclif/plugin-command-snapshot", | ||
| "commands", | ||
| "schema", | ||
| "snapshot", | ||
| "compare.js" | ||
@@ -109,7 +121,7 @@ ], | ||
| "permutations": [ | ||
| "schema:compare", | ||
| "compare:schema" | ||
| "snapshot:compare", | ||
| "compare:snapshot" | ||
| ] | ||
| }, | ||
| "schema:generate": { | ||
| "snapshot:generate": { | ||
| "aliases": [], | ||
@@ -119,20 +131,8 @@ "args": {}, | ||
| "filepath": { | ||
| "description": "directory to save the generated schema files; can use \"{version}\" to insert the current CLI/plugin version", | ||
| "description": "path to save the generated snapshot file; can use \"{version}\" to replace the current CLI/plugin version", | ||
| "name": "filepath", | ||
| "default": "./schemas", | ||
| "default": "./command-snapshot.json", | ||
| "hasDynamicHelp": false, | ||
| "multiple": false, | ||
| "type": "option" | ||
| }, | ||
| "ignorevoid": { | ||
| "description": "ignore commands that return void", | ||
| "name": "ignorevoid", | ||
| "allowNo": false, | ||
| "type": "boolean" | ||
| }, | ||
| "singlefile": { | ||
| "description": "put generated schema into a single file", | ||
| "name": "singlefile", | ||
| "allowNo": false, | ||
| "type": "boolean" | ||
| } | ||
@@ -142,3 +142,3 @@ }, | ||
| "hiddenAliases": [], | ||
| "id": "schema:generate", | ||
| "id": "snapshot:generate", | ||
| "pluginAlias": "@oclif/plugin-command-snapshot", | ||
@@ -152,3 +152,3 @@ "pluginName": "@oclif/plugin-command-snapshot", | ||
| "commands", | ||
| "schema", | ||
| "snapshot", | ||
| "generate.js" | ||
@@ -158,8 +158,8 @@ ], | ||
| "permutations": [ | ||
| "schema:generate", | ||
| "generate:schema" | ||
| "snapshot:generate", | ||
| "generate:snapshot" | ||
| ] | ||
| } | ||
| }, | ||
| "version": "5.3.31" | ||
| "version": "5.3.32" | ||
| } |
+3
-3
| { | ||
| "name": "@oclif/plugin-command-snapshot", | ||
| "description": "generates and compares OCLIF plugins snapshot files", | ||
| "version": "5.3.31", | ||
| "version": "5.3.32", | ||
| "author": "Salesforce", | ||
@@ -38,3 +38,3 @@ "bugs": "https://github.com/oclif/plugin-command-snapshot/issues", | ||
| "eslint": "^9.39.5", | ||
| "eslint-config-oclif": "^6.0.175", | ||
| "eslint-config-oclif": "^6.0.176", | ||
| "eslint-config-prettier": "^10.1.8", | ||
@@ -45,3 +45,3 @@ "husky": "^9.1.7", | ||
| "nyc": "^15", | ||
| "oclif": "^4.23.27", | ||
| "oclif": "^4.23.28", | ||
| "prettier": "^3.9.5", | ||
@@ -48,0 +48,0 @@ "shx": "^0.4.0", |