0.7.0 • Published 2 years ago
@solace-labs/ep-migrate v0.7.0
Migration Tool for Solace Event Portal V1 to V2
Install
npm install @solace-labs/ep-migrate -gUsage
Set Solace Cloud Token
export EP_MIGRATE_CLI_SOLACE_CLOUD_TOKEN_V1={your v1 token}
export EP_MIGRATE_CLI_SOLACE_CLOUD_TOKEN_V2={your v2 token}Configuration
vi ./ep-migrate-config.yamlNote: You can use a different config file if you prefer.
Migrating
# 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}Help
ep-migrate -hDocumentation
See Documentation.