Skip to content

Commit 95688f4

Browse files
committed
Add migrations command reference
1 parent c0f5266 commit 95688f4

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

doc/migrations.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ The `az devops migrations` command group manages enterprise live migrations for
1616
- `--target-owner-user-id` is required for create.
1717
- `--scheduled-cutover-date` must be ISO 8601, for example: `2030-12-31T11:59:00Z`.
1818

19+
## Command reference
20+
21+
- `list`: List migrations for the ELM org.
22+
- `status`: Show migration status for a repository GUID.
23+
- `create`: Create a validation-only migration. `--validate-only false` is not supported.
24+
Use `resume --migrate` to move from validation to migration.
25+
- `pause`: Pause an active migration.
26+
- `resume`: Resume a non-active migration. Optional flags:
27+
- `--validate-only`: Resume and force validate-only.
28+
- `--migrate`: Resume and start migration.
29+
If a migration is active, pause it before resuming.
30+
- `cutover set` / `cutover cancel`: Schedule or cancel cutover.
31+
- `abandon`: Abandon and delete a migration.
32+
1933
## Common workflows
2034

2135
### List migrations

0 commit comments

Comments
 (0)