Skip to content

Latest commit

 

History

History

ep-migrate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.