Reference
apex migrate
Plan a migration from GitHub Actions: what runs, what does not, and what has to be re-entered
apex migrate [command]Examples
Report what an organization's workflows would do on Apex Actions, read through the GitHub API.
apex migrate scan acmeScan a checkout on this machine instead.
apex migrate scan --path .Subcommands
apex migrate scan
Report what an organization's workflows do on Apex Actions, and what each verdict is proved by
apex migrate scan [options] [org]| Argument | Description |
|---|---|
[org] | GitHub organization to scan |
| Option | Description |
|---|---|
--repo <owner/repo> | limit to this repository (repeatable) |
--path <dir> | scan a checkout on this machine instead of the GitHub API |
--no-secrets | skip the secret and variable name import |
--uses <n> | how many places to list per feature Default: 3. |
--json | print the scan as JSON |