cortexapps-cli 0.26.4__tar.gz → 0.26.5__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.
- {cortexapps_cli-0.26.4 → cortexapps_cli-0.26.5}/PKG-INFO +1 -1
- {cortexapps_cli-0.26.4 → cortexapps_cli-0.26.5}/cortexapps_cli/cortex.py +3 -0
- {cortexapps_cli-0.26.4 → cortexapps_cli-0.26.5}/pyproject.toml +1 -1
- {cortexapps_cli-0.26.4 → cortexapps_cli-0.26.5}/LICENSE +0 -0
- {cortexapps_cli-0.26.4 → cortexapps_cli-0.26.5}/README.rst +0 -0
|
@@ -809,6 +809,9 @@ def export(args):
|
|
|
809
809
|
f1 = open(catalog_directory + "/" + output_tag + ".yaml", 'w')
|
|
810
810
|
f1.write(str(descriptor) + "\n")
|
|
811
811
|
|
|
812
|
+
# Remove page from args so we don't paginate subsequent calls.
|
|
813
|
+
delattr(args, 'page')
|
|
814
|
+
|
|
812
815
|
if any(export_type == "ALL" or export_type == "ip-allowlist" for export_type in args.types.split()):
|
|
813
816
|
print("Getting IP Allowlist definitions")
|
|
814
817
|
ip_allowlist_json=json_directory + "/ip-allowlist.json"
|
|
File without changes
|
|
File without changes
|