Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 924 Bytes

plan.md

File metadata and controls

21 lines (18 loc) · 924 Bytes

terrahub plan

Usage: terrahub plan [options]

terrahub@0.0.1 (built: 2018-04-14T19:15:39.787Z)
this command will run `terraform plan` across multiple terrahub components

Options:
  --destroy, -d          Runs the command with destroy plan
  --include, -i          List of components to include (comma separated values)
  --exclude, -x          List of components to exclude (comma separated values)
  --include-regex, -I    List of components to include (regex search)
  --exclude-regex, -X    List of components to exclude (regex search)
  --git-diff, -g         List of components to include (git diff)
  --var, -r              Variable(s) to be used by terraform
  --var-file, -l         Variable file(s) to be used by terraform
  --silent, -s           Runs the command silently (without any output)
  --env, -e              Workspace environment
  --help, -h             Show list of available commands