File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/app/src/cli/commands/app/bulk Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,16 @@ import {normalizeStoreFqdn} from '@shopify/cli-kit/node/context/fqdn'
1010export 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 ( {
You can’t perform that action at this time.
0 commit comments