tgwrap 0.8.13__py3-none-any.whl → 0.8.14__py3-none-any.whl
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.
- tgwrap/cli.py +2 -1
- {tgwrap-0.8.13.dist-info → tgwrap-0.8.14.dist-info}/METADATA +1 -1
- {tgwrap-0.8.13.dist-info → tgwrap-0.8.14.dist-info}/RECORD +6 -6
- {tgwrap-0.8.13.dist-info → tgwrap-0.8.14.dist-info}/LICENSE +0 -0
- {tgwrap-0.8.13.dist-info → tgwrap-0.8.14.dist-info}/WHEEL +0 -0
- {tgwrap-0.8.13.dist-info → tgwrap-0.8.14.dist-info}/entry_points.txt +0 -0
tgwrap/cli.py
CHANGED
@@ -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=
|
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__)
|
@@ -1,11 +1,11 @@
|
|
1
1
|
tgwrap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
tgwrap/analyze.py,sha256=CsSaGv-be6ATy36z9X7x00gpKY59soJys2VbIzD-tmg,8726
|
3
|
-
tgwrap/cli.py,sha256=
|
3
|
+
tgwrap/cli.py,sha256=ZOt_aEGhfKGC81FhC5PNF8qhEuc5apyQC3ipQOonjco,29388
|
4
4
|
tgwrap/deploy.py,sha256=bJiox_fz8JsoPreX4woW6-EqAebhpJWnKUVLVeGXkrI,10000
|
5
5
|
tgwrap/main.py,sha256=Dqqzqe2x7UXHgAgQL764CfoZ6V0JFbk4TphBkBcYcC8,74872
|
6
6
|
tgwrap/printer.py,sha256=dkcOCPIPB-IP6pn8QMpa06xlcqPFVaDvxnz-QEpDJV0,2663
|
7
|
-
tgwrap-0.8.
|
8
|
-
tgwrap-0.8.
|
9
|
-
tgwrap-0.8.
|
10
|
-
tgwrap-0.8.
|
11
|
-
tgwrap-0.8.
|
7
|
+
tgwrap-0.8.14.dist-info/LICENSE,sha256=VT-AVxIXt3EQTC-7Hy1uPGnrDNJLqfcgLgJD78fiyx4,1065
|
8
|
+
tgwrap-0.8.14.dist-info/METADATA,sha256=Z-7SMM8jMi00xbW-PRAiF8ZGuoyER3S_h_YEoYLK4M4,11616
|
9
|
+
tgwrap-0.8.14.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
10
|
+
tgwrap-0.8.14.dist-info/entry_points.txt,sha256=H8X0PMPmd4aW7Y9iyChZ0Ug6RWGXqhRUvHH-6f6Mxz0,42
|
11
|
+
tgwrap-0.8.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|