-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Refine site repo migration docs
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,15 @@ Requirements: | |
Example: | ||
|
||
```bash | ||
$ cf run-task pages-<env> "yarn migrate-site-repo 1 [email protected] agency-org site-repo" --name site-1-migrate | ||
## Running the site repo migration ## | ||
# Task arguments: | ||
# --command Required: Runs migration command with args | ||
# ie: yarn migrate-site-repo <siteId> <email> <owner> <repository> | ||
# [--name] Optional: Name to give the task (generated if omitted) | ||
|
||
## Example migration | ||
$ cf run-task pages-<env> --command "yarn migrate-site-repo 1 [email protected] agency-org site-repo" --name site-1-migrate | ||
|
||
## See the migration output | ||
$ cf logs --recent pages-<env> | ||
``` |