Skip to content

Command Reference

All commands must be run from the directory where the tool archive was extracted. To view available options for any command, run it with the --help flag.

CommandDescriptionPrerequisites
bootstrapDeploys CloudFormation stack with required infrastructure (S3, IAM, Customer Profiles domain, KMS). Must run before any export or import command.None
preflightValidates AWS environment, credentials, permissions, and quotas. No resources are created.None
express-setupCreates an Amazon Connect instance with required infrastructure (S3, Kinesis).None
export-endpointsExports Pinpoint endpoints to S3.bootstrap
import-endpointsTransforms and ingests endpoint data into Customer Profiles.bootstrap, export-endpoints
export-templatesExports email, SMS, and voice templates to S3.bootstrap
import-templatesImports templates into Amazon Connect. Requires Q_MESSAGE_TEMPLATES knowledge base.import-endpoints
export-segmentsExports DIMENSIONAL segment definitions to S3.bootstrap
import-segmentsImports segment definitions into Customer Profiles.import-endpoints
export-campaignsExports eligible campaigns to S3.bootstrap
import-campaignsImports campaigns as Connect Outbound Campaigns.import-templates, import-segments
export-journeysExports journeys as Contact Flow definitions to S3.bootstrap
import-journeysImports Contact Flow definitions into Amazon Connect.import-templates, import-segments