Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/bulk-topic-descriptions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/cli': patch
---

Improve `store bulk` and `app bulk` topic descriptions in help output
6 changes: 6 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,15 @@
"store": {
"description": "Work directly with Shopify stores."
},
"store:bulk": {
"description": "Run, check, and cancel bulk Admin API operations on a store."
},
"store:create": {
"description": "Create Shopify stores."
},
"app:bulk": {
"description": "Run, check, and cancel bulk Admin API operations for an app on a store."
},
"app:config": {
"description": "Manage app configuration."
},
Expand Down
Loading