create-fansitem
Version:
Create a new Manifest backend
47 lines • 1.34 kB
JSON
{
"commands": {
"Symbol(SINGLE_COMMAND_CLI)": {
"aliases": [],
"args": {
"firstArg": {
"description": "The name for the new workspace and the initial project. It will be used for the root directory.",
"name": "firstArg"
}
},
"description": "Create a new Manifest project with the default files and folders.",
"flags": {
"backendFile": {
"name": "backendFile",
"summary": "The remote file to use as a template for the manifest.yml file. If not provided, the default file will be used.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"cursor": {
"name": "cursor",
"allowNo": false,
"type": "boolean"
},
"copilot": {
"name": "copilot",
"allowNo": false,
"type": "boolean"
},
"windsurf": {
"name": "windsurf",
"allowNo": false,
"type": "boolean"
}
},
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "Symbol(SINGLE_COMMAND_CLI)",
"pluginAlias": "create-fansitem",
"pluginName": "create-fansitem",
"pluginType": "core",
"strict": true,
"enableJsonFlag": false
}
},
"version": "1.3.4"
}