@oclif/plugin-command-snapshot
Advanced tools
+39
-39
| { | ||
| "commands": { | ||
| "schema:compare": { | ||
| "snapshot:compare": { | ||
| "aliases": [], | ||
@@ -10,3 +10,3 @@ "args": {}, | ||
| "name": "filepath", | ||
| "default": "./schemas", | ||
| "default": "./command-snapshot.json", | ||
| "hasDynamicHelp": false, | ||
@@ -19,3 +19,3 @@ "multiple": false, | ||
| "hiddenAliases": [], | ||
| "id": "schema:compare", | ||
| "id": "snapshot:compare", | ||
| "pluginAlias": "@oclif/plugin-command-snapshot", | ||
@@ -29,3 +29,3 @@ "pluginName": "@oclif/plugin-command-snapshot", | ||
| "commands", | ||
| "schema", | ||
| "snapshot", | ||
| "compare.js" | ||
@@ -35,7 +35,7 @@ ], | ||
| "permutations": [ | ||
| "schema:compare", | ||
| "compare:schema" | ||
| "snapshot:compare", | ||
| "compare:snapshot" | ||
| ] | ||
| }, | ||
| "schema:generate": { | ||
| "snapshot:generate": { | ||
| "aliases": [], | ||
@@ -45,20 +45,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" | ||
| } | ||
@@ -68,3 +56,3 @@ }, | ||
| "hiddenAliases": [], | ||
| "id": "schema:generate", | ||
| "id": "snapshot:generate", | ||
| "pluginAlias": "@oclif/plugin-command-snapshot", | ||
@@ -78,3 +66,3 @@ "pluginName": "@oclif/plugin-command-snapshot", | ||
| "commands", | ||
| "schema", | ||
| "snapshot", | ||
| "generate.js" | ||
@@ -84,7 +72,7 @@ ], | ||
| "permutations": [ | ||
| "schema:generate", | ||
| "generate:schema" | ||
| "snapshot:generate", | ||
| "generate:snapshot" | ||
| ] | ||
| }, | ||
| "snapshot:compare": { | ||
| "schema:compare": { | ||
| "aliases": [], | ||
@@ -96,3 +84,3 @@ "args": {}, | ||
| "name": "filepath", | ||
| "default": "./command-snapshot.json", | ||
| "default": "./schemas", | ||
| "hasDynamicHelp": false, | ||
@@ -105,3 +93,3 @@ "multiple": false, | ||
| "hiddenAliases": [], | ||
| "id": "snapshot:compare", | ||
| "id": "schema:compare", | ||
| "pluginAlias": "@oclif/plugin-command-snapshot", | ||
@@ -115,3 +103,3 @@ "pluginName": "@oclif/plugin-command-snapshot", | ||
| "commands", | ||
| "snapshot", | ||
| "schema", | ||
| "compare.js" | ||
@@ -121,7 +109,7 @@ ], | ||
| "permutations": [ | ||
| "snapshot:compare", | ||
| "compare:snapshot" | ||
| "schema:compare", | ||
| "compare:schema" | ||
| ] | ||
| }, | ||
| "snapshot:generate": { | ||
| "schema:generate": { | ||
| "aliases": [], | ||
@@ -131,8 +119,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" | ||
| } | ||
@@ -142,3 +142,3 @@ }, | ||
| "hiddenAliases": [], | ||
| "id": "snapshot:generate", | ||
| "id": "schema:generate", | ||
| "pluginAlias": "@oclif/plugin-command-snapshot", | ||
@@ -152,3 +152,3 @@ "pluginName": "@oclif/plugin-command-snapshot", | ||
| "commands", | ||
| "snapshot", | ||
| "schema", | ||
| "generate.js" | ||
@@ -158,8 +158,8 @@ ], | ||
| "permutations": [ | ||
| "snapshot:generate", | ||
| "generate:snapshot" | ||
| "schema:generate", | ||
| "generate:schema" | ||
| ] | ||
| } | ||
| }, | ||
| "version": "5.3.30" | ||
| "version": "5.3.31" | ||
| } |
+6
-6
| { | ||
| "name": "@oclif/plugin-command-snapshot", | ||
| "description": "generates and compares OCLIF plugins snapshot files", | ||
| "version": "5.3.30", | ||
| "version": "5.3.31", | ||
| "author": "Salesforce", | ||
@@ -19,3 +19,3 @@ "bugs": "https://github.com/oclif/plugin-command-snapshot/issues", | ||
| "semver": "^7.8.5", | ||
| "ts-json-schema-generator": "^1.5.1" | ||
| "ts-json-schema-generator": "^2.9.0" | ||
| }, | ||
@@ -38,4 +38,4 @@ "devDependencies": { | ||
| "commitlint": "^19", | ||
| "eslint": "^9.39.4", | ||
| "eslint-config-oclif": "^6.0.173", | ||
| "eslint": "^9.39.5", | ||
| "eslint-config-oclif": "^6.0.175", | ||
| "eslint-config-prettier": "^10.1.8", | ||
@@ -46,4 +46,4 @@ "husky": "^9.1.7", | ||
| "nyc": "^15", | ||
| "oclif": "^4.23.21", | ||
| "prettier": "^3.9.1", | ||
| "oclif": "^4.23.27", | ||
| "prettier": "^3.9.5", | ||
| "shx": "^0.4.0", | ||
@@ -50,0 +50,0 @@ "sinon": "^18.0.1", |
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed