Show Deploy Targets

Summary

The SHOW DEPLOY TARGETS command returns a list of the Connect environments that you can DEPLOY a snapshot to. DEPLOY is Connect’s mechanism from promoting Connect domain objects and code from a source environment to a target environment, e.g. from Sandbox to one of the Secureproduction environments.

Syntax

show deploy targets;

Parameters

n/a

Details

The following table describes the result set returned by the command.

Column Name
Data Type
Description
deploy_target string Use this value to identify the target system when calling DEPLOY. Your business can only have one valid “production” deploy_target. Access to the Sandbox and Implement1 environments varies per Xactly customer.

The value corresponds to the server name you are redirected to when logging into the Incent UI via a web browser. Contact support@xactlycorp.com if you cannot identity your correct target environments.

target_url string For internal use only.

Examples

show deploy targets;

Related Commands

DEPLOY

SHOW SNAPSHOTS