@solace-labs/ep-migrate
v0.7.0
Published
Migration Tool for Solace Event Portal V1 to V2
Downloads
14
Readme
Migration Tool for Solace Event Portal V1 to V2
Install
npm install @solace-labs/ep-migrate -g
Usage
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.yaml
Note: 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 -h
Documentation
See Documentation.