tgwrap 0.8.13__tar.gz → 0.8.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tgwrap
3
- Version: 0.8.13
3
+ Version: 0.8.14
4
4
  Summary: A (terragrunt) wrapper around a (terraform) wrapper around ....
5
5
  Home-page: https://gitlab.com/lunadata/tgwrap
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tgwrap"
3
- version = "0.8.13"
3
+ version = "0.8.14"
4
4
  description = "A (terragrunt) wrapper around a (terraform) wrapper around ...."
5
5
  authors = ["Gerco Grandia <gerco.grandia@4synergy.nl>", "Pascal Alma <pascal.alma@4synergy.nl>"]
6
6
  license = "MIT"
@@ -292,9 +292,10 @@ def run_all(command, verbose, debug, dry_run, no_lock, update, upgrade, exclude_
292
292
  @click.option('--json', '-j', is_flag=True, default=False,
293
293
  help='Show output in json format',
294
294
  )
295
- @click.option('--planfile-dir', '-P', default=None,
295
+ @click.option('--planfile-dir', '-P', default='.terragrunt-cache/current',
296
296
  help='Relative path to directory with plan file (or set TGWRAP_PLANFILE_DIR environment variable), see README for more details',
297
297
  envvar='TGWRAP_PLANFILE_DIR', type=click.Path(),
298
+ show_default=True,
298
299
  )
299
300
  @click.argument('terragrunt-args', nargs=-1, type=click.UNPROCESSED)
300
301
  @click.version_option(version=__version__)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes