Skip to content

Commit 2fa7198

Browse files
[PR feedback] Make descriptions of bulk status more specific
Co-authored-by: Gonzalo Riestra <[email protected]>
1 parent 9a54299 commit 2fa7198

File tree

1 file changed

+3
-2
lines changed
  • packages/app/src/cli/commands/app/bulk

1 file changed

+3
-2
lines changed

packages/app/src/cli/commands/app/bulk/status.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ import {normalizeStoreFqdn} from '@shopify/cli-kit/node/context/fqdn'
1010
export default class BulkStatus extends AppLinkedCommand {
1111
static summary = 'Check the status of bulk operations.'
1212

13-
static description = 'Check the status of a specific bulk operation by ID, or list all recent bulk operations.'
13+
static description =
14+
'Check the status of a specific bulk operation by ID, or list all bulk operations in the last 7 days.'
1415

1516
static hidden = true
1617

1718
static flags = {
1819
...globalFlags,
1920
...appFlags,
2021
id: Flags.string({
21-
description: 'The bulk operation ID. If not provided, lists all recent bulk operations.',
22+
description: 'The bulk operation ID. If not provided, lists all bulk operations in the last 7 days.',
2223
env: 'SHOPIFY_FLAG_ID',
2324
}),
2425
store: Flags.string({

0 commit comments

Comments
 (0)