Sha256: 56a0706a37d34908758ca9f19598dab7b3b9e305ded966d15e07a039626df7b3

Contents?: true

Size: 1.09 KB

Versions: 21

Compression:

Stored size: 1.09 KB

Contents

## Examples

Sync all stacks:

    $ terraspace cloud sync
    About to sync these project stacks with Terraform Cloud workspaces:

        Stack => Workspace
        demo => demo-dev-us-west-2
        demo2 => demo2-dev-us-west-2

    A sync does the following for each workspace:

      1. Create or update workspace, including the VCS settings.
      2. Set the working dir.
      3. Set env and terraform variables.

    Are you sure? (y/N) y
    Syncing to Terraform Cloud: demo => demo-dev-us-west-2
    Syncing to Terraform Cloud: demo2 => demo2-dev-us-west-2
    $

Sync specific stacks:

    $ terraspace cloud sync demo
    About to sync these project stacks with Terraform Cloud workspaces:

        Stack => Workspace
        demo => demo-dev-us-west-2

    A sync does the following for each workspace:

      1. Create or update workspace, including the VCS settings.
      2. Set the working dir.
      3. Set env and terraform variables.

    Are you sure? (y/N) y
    Syncing to Terraform Cloud: demo => demo-dev-us-west-2
    $

Can also specify multiple stacks:

    terraspace cloud sync demo demo2

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
terraspace-0.5.12 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.11 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.10 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.9 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.8 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.7 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.6 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.5 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.4 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.3 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.2 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.1 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.5.0 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.4.4 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.4.3 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.4.2 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.4.1 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.4.0 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.3.6 lib/terraspace/cli/help/cloud/sync.md
terraspace-0.3.5 lib/terraspace/cli/help/cloud/sync.md