bricks run

Plan and apply resources

Synopsis

Plan and apply resources. If the --task flag is not provided it will run the command locally

bricks run [package] [flags]

Options

      --apply                         Apply plan
      --deployment string             Deployment GUID representing the root deployment
      --deployment-state-key string   State reference key. Provided when working with a state is required
      --destroy                       Create destroy plan
      --disable-plan-reuse            Disable plan file reuse during apply
  -d, --dry                           Create dependency tree only, without running the plan
      --import-state                  Import existing state from remote backend into Bluebricks
      --incremental                   Skip planning and applying packages that have no diff from state
      --output string                 Destination for plan, state, and any other output file
      --props string                  A JSON string of properties to associate with the package. This way a IaC turning opinionated
      --props-file string             A pointer to a JSON file that include the properties to associate with the package
      --provider string               Cloud provider
      --secrets string                A JSON string of secrets to associate with the package. This way a IaC turning opinionated
      --secrets-file string           A pointer to a JSON file that include the secrets to associate with the package
      --task string                   Task GUID representing the workflow
      --token string                  Backend server-to-server token
      --verbose                       Indicates the CLI to print every step that is happening.

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?