Skip to content

Commit fbe09d5

Browse files
Update data-seeding.generate.report.md
1 parent 12a7c03 commit fbe09d5

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
# summary
22

3-
View the status of a data-seeding generate job
3+
Display the status of a data-seeding generate job.
44

55
# description
66

7-
View the status of a data-seeding generate job that has already been initiated or completed
7+
This command displays the status of a previously initiated or completed execution of the "data-seeding generate" command. Run this command by either passing it the job ID returned by "data-seeding generate", or use the --use-most-recent flag to view the status of the most recently run "data-seeding generate" command.
88

99
# examples
1010

11-
- Display the status of a specific data seeding job
12-
<%= config.bin %> <%= command.id %> --job-id="[XXXX-YYYY-ZZZZ-AAAA]"
11+
- Display the status of a specific execution of the "data-seeding generate" command:
12+
13+
<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB
14+
15+
- Display the status of the most recently run "data-seeding generate" command:
1316

14-
- Display the status of a the most recent data seeding job
1517
<%= config.bin %> <%= command.id %> --use-most-recent
1618

1719
# flags.job-id.summary
1820

19-
ID of a specific `data-seeding generate` job.
21+
ID of a specific execution of the "data-seeding generate" command.
2022

2123
# flags.use-most-recent.summary
2224

23-
View status of most recent `data-seeding generate` job.
25+
View the status of the most recently run "data-seeding generate" command.

0 commit comments

Comments
 (0)