Example 1: Importing 2 Apis
Apis
2 apis to import & release
specs/acme-retail/till.spec.yml
specs/acme-retail/analytics.spec.yml
both apis have channels & messages in common, albeit in different operations
Goal
import both apis into Event Portal
ensure both apis have EXACTLY the same definition for a Channel & Message - i.e. use EXACTLY the same Event.
Test Run
export CLI_SOLACE_CLOUD_TOKEN={your token}
export CLI_MODE="test_mode"
ep-async-api-importer -fp 'specs/acme-retail/**/*.spec.yml'
Release Run
Import both apis into a test application domain
export CLI_SOLACE_CLOUD_TOKEN={your token}
ep-async-api-importer -fp 'specs/acme-retail/**/*.spec.yml'