catocli 1.0.10__py3-none-any.whl → 1.0.11__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 catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +2 -2
- catocli/__init__.py +1 -1
- {catocli-1.0.10.dist-info → catocli-1.0.11.dist-info}/METADATA +1 -1
- {catocli-1.0.10.dist-info → catocli-1.0.11.dist-info}/RECORD +9 -9
- schema/catolib.py +2 -2
- {catocli-1.0.10.dist-info → catocli-1.0.11.dist-info}/LICENSE +0 -0
- {catocli-1.0.10.dist-info → catocli-1.0.11.dist-info}/WHEEL +0 -0
- {catocli-1.0.10.dist-info → catocli-1.0.11.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.10.dist-info → catocli-1.0.11.dist-info}/top_level.txt +0 -0
catocli/Utils/clidriver.py
CHANGED
|
@@ -98,8 +98,8 @@ def main(args=None):
|
|
|
98
98
|
print('Option 1: Set the CATO_ACCOUNT_ID environment variable with the value of your account ID.')
|
|
99
99
|
print('export CATO_ACCOUNT_ID="12345"\n')
|
|
100
100
|
print("Option 2: Override the accountID value as a cli argument, example:")
|
|
101
|
-
print('catocli <operationType> <operationName>
|
|
102
|
-
print("catocli query entityLookup
|
|
101
|
+
print('catocli <operationType> <operationName> -accountID=12345 <json>')
|
|
102
|
+
print("catocli query entityLookup -accountID=12345 '{\"type\":\"country\"}'\n")
|
|
103
103
|
exit()
|
|
104
104
|
elif args.accountID!=None:
|
|
105
105
|
configuration.accountID = args.accountID
|
catocli/__init__.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.11"
|
|
2
2
|
__cato_host__ = "https://api.catonetworks.com/api/v1/graphql2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
catocli/__init__.py,sha256=
|
|
1
|
+
catocli/__init__.py,sha256=IBqN5zaU7NYrhOUvABjw5qvSD-LRdwMvUEGVOdDMBEQ,86
|
|
2
2
|
catocli/__main__.py,sha256=6Z0ns_k_kUcz1Qtrn1u7UyUnqB-3e85jM_nppOwFsv4,217
|
|
3
|
-
catocli/Utils/clidriver.py,sha256=
|
|
3
|
+
catocli/Utils/clidriver.py,sha256=9VfR58RZTp7c50cXn3I7cOO8hbnPIq4PlOl2H0-E5SM,6189
|
|
4
4
|
catocli/parsers/parserApiClient.py,sha256=aXQKw9Y024RGvv3xymsZ9v19AW2ar1IMol7ra2Cents,13364
|
|
5
5
|
catocli/parsers/custom/README.md,sha256=UvCWAtF3Yh0UsvADb0ve1qJupgYHeyGu6V3Z0O5HEvo,8180
|
|
6
6
|
catocli/parsers/custom/__init__.py,sha256=fIEeHogNmCWryXK-sV5N8zRPj52X6QXj6iq7SyDbkfo,2390
|
|
@@ -208,7 +208,7 @@ models/query.siteLocation.json,sha256=KxWQN-t26XaAq0dviN2N18mSuF0AWhdbhVxMuHdhUQ
|
|
|
208
208
|
models/query.subDomains.json,sha256=ySJ-gsBzC8EX4WrtJpasLAGkSK7-3e3orhPbIyx_B8s,7041
|
|
209
209
|
models/query.xdr.stories.json,sha256=gyU3qmf2jBwgDrf-555EhMqDyAjKWsljZp_HG37L9Tw,3796370
|
|
210
210
|
models/query.xdr.story.json,sha256=UftyLpKcfJSEqHCNSTn8d2cj2AdM_7BN1Vsatnl6nl4,2806387
|
|
211
|
-
schema/catolib.py,sha256=
|
|
211
|
+
schema/catolib.py,sha256=UWkIn1WyW8HCs37ZShuybW9FYPT-Xz4ZmsTz_PoGjGo,49540
|
|
212
212
|
schema/importSchema.py,sha256=9xg9N0MjgQUiPRczOpk0sTY1Nx9K2F6MRhpUyRTNqZ4,2795
|
|
213
213
|
vendor/.DS_Store,sha256=I9gKQvaXL34OLI_ft7JC7sXQERkXoYOeMLyP6pLL90k,8196
|
|
214
214
|
vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549
|
|
@@ -253,9 +253,9 @@ vendor/urllib3/util/timeout.py,sha256=4eT1FVeZZU7h7mYD1Jq2OXNe4fxekdNvhoWUkZusRp
|
|
|
253
253
|
vendor/urllib3/util/url.py,sha256=wHORhp80RAXyTlAIkTqLFzSrkU7J34ZDxX-tN65MBZk,15213
|
|
254
254
|
vendor/urllib3/util/util.py,sha256=j3lbZK1jPyiwD34T8IgJzdWEZVT-4E-0vYIJi9UjeNA,1146
|
|
255
255
|
vendor/urllib3/util/wait.py,sha256=_ph8IrUR3sqPqi0OopQgJUlH4wzkGeM5CiyA7XGGtmI,4423
|
|
256
|
-
catocli-1.0.
|
|
257
|
-
catocli-1.0.
|
|
258
|
-
catocli-1.0.
|
|
259
|
-
catocli-1.0.
|
|
260
|
-
catocli-1.0.
|
|
261
|
-
catocli-1.0.
|
|
256
|
+
catocli-1.0.11.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
257
|
+
catocli-1.0.11.dist-info/METADATA,sha256=dRLZLSiLFiKXVNNRgu4rvI8HmZfZmJhIVLNv-X45rbY,1085
|
|
258
|
+
catocli-1.0.11.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
259
|
+
catocli-1.0.11.dist-info/entry_points.txt,sha256=p4k9Orre6aWcqVrNmBbckmCs39h-1naMxRo2AjWmWZ4,50
|
|
260
|
+
catocli-1.0.11.dist-info/top_level.txt,sha256=lH9Ok1WoqyeZsgsSyKS0ra5p53MHogpgFl6hJfT-32M,58
|
|
261
|
+
catocli-1.0.11.dist-info/RECORD,,
|
schema/catolib.py
CHANGED
|
@@ -563,8 +563,8 @@ def main(args=None):
|
|
|
563
563
|
print('Option 1: Set the CATO_ACCOUNT_ID environment variable with the value of your account ID.')
|
|
564
564
|
print('export CATO_ACCOUNT_ID="12345"\\n')
|
|
565
565
|
print("Option 2: Override the accountID value as a cli argument, example:")
|
|
566
|
-
print('catocli <operationType> <operationName>
|
|
567
|
-
print("catocli query entityLookup
|
|
566
|
+
print('catocli <operationType> <operationName> -accountID=12345 <json>')
|
|
567
|
+
print("catocli query entityLookup -accountID=12345 '{\\\"type\\\":\\\"country\\\"}'\\n")
|
|
568
568
|
exit()
|
|
569
569
|
elif args.accountID!=None:
|
|
570
570
|
configuration.accountID = args.accountID
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|