Skip to content

Commit

Permalink
Refresh manifests again
Browse files Browse the repository at this point in the history
  • Loading branch information
amcaplan committed May 9, 2023
1 parent 25824c1 commit 2c536b4
Showing 1 changed file with 22 additions and 52 deletions.
74 changes: 22 additions & 52 deletions packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,6 @@
{
"version": "3.46.0-pre.3",
"commands": {
"demo": {
"id": "demo",
"description": "Demo a command design defined in a file",
"strict": true,
"pluginName": "@shopify/cli",
"pluginAlias": "@shopify/cli",
"pluginType": "core",
"hidden": true,
"aliases": [],
"flags": {
"path": {
"name": "path",
"type": "option",
"description": "The path to the design file.",
"hidden": false,
"multiple": false,
"default": "."
}
},
"args": {}
},
"generate-demo-file": {
"id": "generate-demo-file",
"summary": "Creates a JSON file alongside a JSON schema that will validate it",
"description": "Create a command design file",
"strict": true,
"pluginName": "@shopify/cli",
"pluginAlias": "@shopify/cli",
"pluginType": "core",
"hidden": true,
"aliases": [],
"flags": {
"path": {
"name": "path",
"type": "option",
"description": "The directory for generating the demo file.",
"hidden": false,
"multiple": false,
"default": "."
},
"filename": {
"name": "filename",
"type": "option",
"description": "The name of the demo file.",
"hidden": false,
"required": true,
"multiple": false
}
},
"args": {}
},
"upgrade": {
"id": "upgrade",
"description": "Upgrade the Shopify CLI.",
Expand Down Expand Up @@ -155,6 +104,27 @@
},
"args": {}
},
"demo": {
"id": "demo",
"description": "Demo a command design defined in a file",
"strict": true,
"pluginName": "@shopify/cli",
"pluginAlias": "@shopify/cli",
"pluginType": "core",
"hidden": true,
"aliases": [],
"flags": {
"path": {
"name": "path",
"type": "option",
"description": "The path to the design file.",
"hidden": false,
"multiple": false,
"default": "."
}
},
"args": {}
},
"demo:print-gpt-prompt": {
"id": "demo:print-gpt-prompt",
"description": "Prints the prompts for ChatGPT-4 to generate a demo",
Expand Down Expand Up @@ -226,4 +196,4 @@
"args": {}
}
}
}
}

0 comments on commit 2c536b4

Please sign in to comment.