@commercelayer/cli-dev
Version:
Commerce Layer CLI development tools and helpers
77 lines • 2.15 kB
JSON
{
"commands": {
"noc": {
"aliases": [],
"args": {},
"flags": {},
"hasDynamicHelp": false,
"hidden": true,
"hiddenAliases": [],
"id": "noc",
"pluginAlias": "@commercelayer/cli-dev",
"pluginName": "@commercelayer/cli-dev",
"pluginType": "core",
"strict": true,
"enableJsonFlag": false,
"isESM": false,
"relativePath": [
"lib",
"commands",
"noc.js"
]
},
"readme": {
"aliases": [],
"args": {},
"description": "adds commands to README.md in current directory\nThe readme must have any of the following tags inside of it for it to be replaced or else it will do nothing:\n## Usage\n<!-- usage -->\n## Commands\n<!-- commands -->\n\nCustomize the code URL prefix by setting oclif.repositoryPrefix in package.json.\n",
"flags": {
"dir": {
"description": "output directory for multi docs",
"name": "dir",
"required": true,
"default": "docs",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"multi": {
"description": "create a different markdown page for each topic",
"name": "multi",
"allowNo": false,
"type": "boolean"
},
"plugin": {
"description": "create a plugin readme doc",
"name": "plugin",
"allowNo": false,
"type": "boolean"
},
"bin": {
"dependsOn": [
"plugin"
],
"description": "optional main cli command",
"name": "bin",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
}
},
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "readme",
"pluginAlias": "@commercelayer/cli-dev",
"pluginName": "@commercelayer/cli-dev",
"pluginType": "core",
"strict": true,
"enableJsonFlag": false,
"isESM": false,
"relativePath": [
"lib",
"commands",
"readme.js"
]
}
},
"version": "3.0.8"
}