Targets
  • Introduction
  • Configuration
    • Directory structure
    • Deployment groups
    • Deployment targets
    • Config sets
    • Variables
    • Schemas
    • Target account
    • Labels
    • Externalize targets configuration
    • Deploying targets
    • Bootstrapping targets
  • Command-line usage
    • Deploy targets
    • Undeploy targets
    • Bootstrap targets
    • Tear down targets
    • Run targets
Powered by GitBook
On this page
  • Deploying config sets
  • Removing config sets

Was this helpful?

  1. Configuration

Deploying targets

PreviousExternalize targets configurationNextBootstrapping targets

Last updated 3 years ago

Was this helpful?

Deploying config sets

You use the to deploy stacks configured in config sets that are attached to deployment targets. For detailed information about the command, please see .

Example

Here's an example showing how to deploy config sets to all targets under the all/application group:

tkm targets deploy all/application

Removing config sets

You use the to remove stacks configured in config sets that are attached to deployment targets. For detailed information about the command, please see .

Example

Here's an example demonstrating how to remove config sets from the sandbox target:

tkm targets undeploy --target sandbox
deploy targets command
here
undeploy targets command
here