cortexapps-cli 0.26.4__py3-none-any.whl → 0.26.5__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.
cortexapps_cli/cortex.py CHANGED
@@ -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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cortexapps-cli
3
- Version: 0.26.4
3
+ Version: 0.26.5
4
4
  Summary: Command Line Interface for cortexapps
5
5
  License: MIT
6
6
  Author: Cortex Apps
@@ -0,0 +1,6 @@
1
+ cortexapps_cli/cortex.py,sha256=ceKsBhEAQLyfglOlxob9NsauE8FE3CY4pcGVCmPEFtk,155881
2
+ cortexapps_cli-0.26.5.dist-info/LICENSE,sha256=7EI8xVBu6h_7_JlVw-yPhhOZlpY9hP8wal7kHtqKT_E,1074
3
+ cortexapps_cli-0.26.5.dist-info/METADATA,sha256=_GsOpvyXqTlNwHpAncX_NO4h7fn2dT2OD_MiXX9YXnM,27938
4
+ cortexapps_cli-0.26.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
5
+ cortexapps_cli-0.26.5.dist-info/entry_points.txt,sha256=w1kTKcdoPY8UvGt6GN4vEk03_SRnUpF2dZflfPQo0BE,52
6
+ cortexapps_cli-0.26.5.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- cortexapps_cli/cortex.py,sha256=vgnxTIi2EM5OMNsHTanaylkbRkeENumNcf1eNsHIcGw,155787
2
- cortexapps_cli-0.26.4.dist-info/LICENSE,sha256=7EI8xVBu6h_7_JlVw-yPhhOZlpY9hP8wal7kHtqKT_E,1074
3
- cortexapps_cli-0.26.4.dist-info/METADATA,sha256=0e4T9Y53fayW0oQb6oBCg1gdS8uG_oiCtYDPnRMcKrE,27938
4
- cortexapps_cli-0.26.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
5
- cortexapps_cli-0.26.4.dist-info/entry_points.txt,sha256=w1kTKcdoPY8UvGt6GN4vEk03_SRnUpF2dZflfPQo0BE,52
6
- cortexapps_cli-0.26.4.dist-info/RECORD,,