npm install @solace-labs/ep-migrate -g
export EP_MIGRATE_CLI_SOLACE_CLOUD_TOKEN_V1={your v1 token}
export EP_MIGRATE_CLI_SOLACE_CLOUD_TOKEN_V2={your v2 token}
vi ./ep-migrate-config.yaml
Note: You can use a different config file if you prefer.
# using the default config file: ep-migrate-config.yaml
ep-migrate
# using a different file: {my-config-file.yaml}
ep-migrate -cf {my-config-file.yaml}
ep-migrate -h
See Documentation.