Skip to content

Commit

Permalink
Update custom-drush-commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anantais authored Sep 26, 2024
1 parent 1d629b8 commit 6312719
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions READMES/custom-drush-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ See [Commands.php](docroot/modules/custom/va_gov_live_field_migration/src/Comman
- `va-gov-live-field-migration:migrate-field` -- add $entityType and $bundle and $fieldName as params -- Migrate a specific field on a specific content type.
- `va-gov-live-field-migration:rollback-field` -- add $entityType and $bundle and $fieldName as params -- Rollback a specific field on a specific content type.
- `va-gov-live-field-migration:verify` -- add $entityType and $bundle and $fieldName as params


### Global commands

See [Commands.php](docroot/modules/custom/va_gov_live_field_migration/src/Commands/Commands.php).
- `va:gov-clean-revs` (vg-cr) -- Clean up bad node revisions.
- `va_gov_migrate:flag-missing-facilities` -- (alias va-gov-flag-missing-facilities) -- Flag any facilities that no longer exist in Facilty API.

0 comments on commit 6312719

Please sign in to comment.