You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the command checks whether the migration target reports readiness before proceeding. Use --force to bypass this check when you are certain the migration state is correct.
Global flags and variables
The following properties can be provided either as environment variables or as flags on any command, with command flags taking priority. You should set these values after applying the ghe-config configuration.
Variable
Flag
Required
Description
API_URL
--api-url
Yes
Must be set to {% data reusables.elm.localhost-value %}.
MIGRATION_MANAGER_HMAC_KEY
--migration-manager-hmac-key
Yes
Must be set to {% data reusables.elm.hmac-key-value %}.
MIGRATION_TARGET_URL
--migration-target-url
Yes
{% data reusables.elm.ghe-url-description %}
MIGRATION_TARGET_TOKEN
--migration-target-token
Yes
{% data reusables.elm.ghe-pat-description %}
DEBUG_HTTP
--debug-http
No
Set to true to print the HTTP method, URL, headers, and error response body for each request, for debugging purposes