diff --git a/oclif.manifest.json b/oclif.manifest.json deleted file mode 100644 index 78fc2b7..0000000 --- a/oclif.manifest.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "version": "1.1.10", - "commands": { - "cm:stacks:validate-regex": { - "id": "cm:stacks:validate-regex", - "description": "This command is used to find all the invalid regexes present in the content types and global fields of your stack.", - "strict": true, - "pluginName": "@contentstack/cli-cm-regex-validate", - "pluginAlias": "@contentstack/cli-cm-regex-validate", - "pluginType": "core", - "aliases": [], - "examples": [ - "$ csdx cm:stacks:validate-regex", - "$ csdx cm:stacks:validate-regex -a ", - "$ csdx cm:stacks:validate-regex -c", - "$ csdx cm:stacks:validate-regex -g", - "$ csdx cm:stacks:validate-regex -f ", - "$ csdx cm:stacks:validate-regex -a -c -g", - "$ csdx cm:stacks:validate-regex -a -c -g -f " - ], - "flags": { - "help": { - "name": "help", - "type": "boolean", - "char": "h", - "description": "To show the flags that can be used with this CLI command", - "allowNo": false - }, - "alias": { - "name": "alias", - "type": "option", - "char": "a", - "description": "Alias (name) assigned to the management token", - "multiple": false - }, - "contentType": { - "name": "contentType", - "type": "boolean", - "char": "c", - "description": "To find invalid regexes within the content types", - "allowNo": false - }, - "globalField": { - "name": "globalField", - "type": "boolean", - "char": "g", - "description": "To find invalid regexes within the global fields", - "allowNo": false - }, - "filePath": { - "name": "filePath", - "type": "option", - "char": "f", - "description": "[optional] The path or the location in your file system where the CSV output file should be stored.", - "multiple": false - } - }, - "args": {} - } - } -} \ No newline at end of file