Deploying targets
Deploying config sets
Example
tkm targets deploy all/applicationRemoving config sets
Example
tkm targets undeploy --target sandboxLast updated
Was this helpful?
You use the deploy targets command to deploy stacks configured in config sets that are attached to deployment targets. For detailed information about the command, please see here.
Here's an example showing how to deploy config sets to all targets under the all/application group:
tkm targets deploy all/applicationYou use the undeploy targets command to remove stacks configured in config sets that are attached to deployment targets. For detailed information about the command, please see here.
Here's an example demonstrating how to remove config sets from the sandbox target:
tkm targets undeploy --target sandboxLast updated
Was this helpful?
Was this helpful?