Skip to content

Commit 2c72dc5

Browse files
Update data-seeding.migrate.report.md
1 parent c97e0b5 commit 2c72dc5

File tree

1 file changed

+11
-9
lines changed

1 file changed

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

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

55
# description
66

7-
View the status of a data-seeding migrate 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 migrate" command. Run this command by either passing it the job ID returned by "data-seeding migrate", or use the --use-most-recent flag to view the status of the most recently run "data-seeding migrate" 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 migrate" command:
1312

14-
- Display the status of a the most recent data seeding job
15-
<%= config.bin %> <%= command.id %> --use-most-recent
13+
<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB
1614

17-
# flags.job-id.summary
15+
- Display the status of the most recently run "data-seeding migrate" command:
1816

19-
ID of a specific `data-seeding migrate` job.
17+
<%= config.bin %> <%= command.id %> --use-most-recent
18+
19+
# flags.job-id.summary
2020

21+
ID of a specific execution of the "data-seeding migrate" command.
22+
2123
# flags.use-most-recent.summary
2224

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

0 commit comments

Comments
 (0)