cfn-check 0.3.0__py3-none-any.whl → 0.3.1__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.
Potentially problematic release.
This version of cfn-check might be problematic. Click here for more details.
- cfn_check/cli/validate.py +1 -3
- {cfn_check-0.3.0.dist-info → cfn_check-0.3.1.dist-info}/METADATA +1 -1
- {cfn_check-0.3.0.dist-info → cfn_check-0.3.1.dist-info}/RECORD +7 -7
- {cfn_check-0.3.0.dist-info → cfn_check-0.3.1.dist-info}/WHEEL +0 -0
- {cfn_check-0.3.0.dist-info → cfn_check-0.3.1.dist-info}/entry_points.txt +0 -0
- {cfn_check-0.3.0.dist-info → cfn_check-0.3.1.dist-info}/licenses/LICENSE +0 -0
- {cfn_check-0.3.0.dist-info → cfn_check-0.3.1.dist-info}/top_level.txt +0 -0
cfn_check/cli/validate.py
CHANGED
|
@@ -11,9 +11,7 @@ from cfn_check.collection.collection import Collection
|
|
|
11
11
|
from cfn_check.validation.validator import Validator
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
@CLI.command(
|
|
15
|
-
display_help_on_error=False,
|
|
16
|
-
)
|
|
14
|
+
@CLI.command()
|
|
17
15
|
async def validate(
|
|
18
16
|
path: str,
|
|
19
17
|
file_pattern: str | None = None,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
cfn_check/__init__.py,sha256=ccUo2YxBmuEmak1M5o-8J0ECLXNkDDUsLJ4mkm31GvU,96
|
|
2
2
|
cfn_check/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
cfn_check/cli/root.py,sha256=dHq9zzXyj-Wrj-fzirtFjptShzWbBGsO3n9tspm-pec,1688
|
|
4
|
-
cfn_check/cli/validate.py,sha256=
|
|
4
|
+
cfn_check/cli/validate.py,sha256=EY6-YgORApOxCgFAmPdwmfDg1UA80GLsRzQv44zSuY4,1954
|
|
5
5
|
cfn_check/cli/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
cfn_check/cli/utils/attributes.py,sha256=iIUIgl6cT5XEUOW7D54-xxmMpTis84ySQY1b9osB47E,339
|
|
7
7
|
cfn_check/cli/utils/files.py,sha256=QMYYR7C7mXdDx_6jj1Ye9w7ol1twAzUEZ9hxSa-O4-k,2563
|
|
@@ -25,10 +25,10 @@ cfn_check/shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
25
25
|
cfn_check/shared/types.py,sha256=-om3DyZsjK_tJd-I8SITkoE55W0nB2WA3LOc87Cs7xI,414
|
|
26
26
|
cfn_check/validation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
cfn_check/validation/validator.py,sha256=FGPeb8Uc8lvX3Y5rs-fxeJKIOqzUXwXh_gCFcy6d3b0,1182
|
|
28
|
-
cfn_check-0.3.
|
|
28
|
+
cfn_check-0.3.1.dist-info/licenses/LICENSE,sha256=EbCpGNzOkyQ53ig7J2Iwgmy4Og0dgHe8COo3WylhIKk,1069
|
|
29
29
|
example/rules.py,sha256=-xr-X0tnkV-ill2VRfJKMjctRXeuE-ehTpJ3LKt8dio,2809
|
|
30
|
-
cfn_check-0.3.
|
|
31
|
-
cfn_check-0.3.
|
|
32
|
-
cfn_check-0.3.
|
|
33
|
-
cfn_check-0.3.
|
|
34
|
-
cfn_check-0.3.
|
|
30
|
+
cfn_check-0.3.1.dist-info/METADATA,sha256=GEq5W-bVyzD0gVulqugwSnoDFl1wWjDL3sIPoef-HQ0,19039
|
|
31
|
+
cfn_check-0.3.1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
32
|
+
cfn_check-0.3.1.dist-info/entry_points.txt,sha256=B4lCHoDHmwisABxKgRLShwqqFv7QwwDAFXoAChOnkwg,53
|
|
33
|
+
cfn_check-0.3.1.dist-info/top_level.txt,sha256=hUn9Ya50yY1fpgWxEhG5iMgfMDDVX7qWQnM1xrgZnhM,18
|
|
34
|
+
cfn_check-0.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|