Skip to content

Improve store bulk and app bulk topic descriptions#7980

Merged
nickwesselman merged 1 commit into
mainfrom
improve-bulk-topic-descriptions
Jul 1, 2026
Merged

Improve store bulk and app bulk topic descriptions#7980
nickwesselman merged 1 commit into
mainfrom
improve-bulk-topic-descriptions

Conversation

@nickwesselman

@nickwesselman nickwesselman commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Fills in store:bulk and app:bulk topic descriptions in packages/cli/package.json. Without an explicit entry, oclif falls back to the first subcommand's description, which for both topics happened to be cancel's — misleading since the topic also contains execute and status.

Before

store bulk    Cancel a bulk operation on a store.
app bulk      Cancel a bulk operation.

After

store bulk    Run, check, and cancel bulk Admin API operations on a store.
app bulk      Run, check, and cancel bulk Admin API operations for an app on a store.

Test plan

  • node ./packages/cli/bin/dev.js store --help shows the new store bulk description
  • node ./packages/cli/bin/dev.js app --help shows the new app bulk description

@nickwesselman nickwesselman requested review from a team as code owners July 1, 2026 22:21
@github-actions github-actions Bot added the Area: @shopify/cli @shopify/cli package issues label Jul 1, 2026
@nickwesselman nickwesselman enabled auto-merge July 1, 2026 22:23
@nickwesselman nickwesselman added this pull request to the merge queue Jul 1, 2026
Merged via the queue into main with commit 4843183 Jul 1, 2026
30 checks passed
@nickwesselman nickwesselman deleted the improve-bulk-topic-descriptions branch July 1, 2026 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: @shopify/cli @shopify/cli package issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants