agilicus 1.271.15__py3-none-any.whl → 1.271.16__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.
@@ -77,7 +77,7 @@ class ApiClient(object):
77
77
  self.default_headers[header_name] = header_value
78
78
  self.cookie = cookie
79
79
  # Set default User-Agent.
80
- self.user_agent = 'OpenAPI-Generator/1.271.15/python'
80
+ self.user_agent = 'OpenAPI-Generator/1.271.16/python'
81
81
 
82
82
  def __enter__(self):
83
83
  return self
@@ -387,7 +387,7 @@ class Configuration(object):
387
387
  "OS: {env}\n"\
388
388
  "Python Version: {pyversion}\n"\
389
389
  "Version of the API: 2024.12.18\n"\
390
- "SDK Package Version: 1.271.15".\
390
+ "SDK Package Version: 1.271.16".\
391
391
  format(env=sys.platform, pyversion=sys.version)
392
392
 
393
393
  def get_host_settings(self):
@@ -4,7 +4,7 @@ Agilicus is API-first. Modern software is controlled by other software, is open,
4
4
  The `agilicus_api` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: 2024.12.18
7
- - Package version: 1.271.15
7
+ - Package version: 1.271.16
8
8
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
9
9
  For more information, please visit [https://www.agilicus.com/api](https://www.agilicus.com/api)
10
10
 
agilicus/billing.py CHANGED
@@ -69,6 +69,7 @@ def list_accounts(ctx, page_size=100, page_at_id=None, **kwargs):
69
69
 
70
70
  if page_at_id is None:
71
71
  page_at_id = ""
72
+ pop_item_if_none(kwargs)
72
73
  return get_many_entries(
73
74
  client.billing_api.list_billing_accounts,
74
75
  "billing_accounts",
agilicus/main.py CHANGED
@@ -1828,7 +1828,7 @@ def unassign_application(ctx, env_name, app_id, org_id, assigned_org_id):
1828
1828
 
1829
1829
 
1830
1830
  def _get_app(ctx, app, app_id=None, org_id=None, **kwargs):
1831
- _app = apps.get_app(ctx, org_id, app)
1831
+ _app = apps.get_app(ctx, org_id, app, **kwargs)
1832
1832
  if _app:
1833
1833
  return _app
1834
1834
  else:
@@ -1838,6 +1838,7 @@ def _get_app(ctx, app, app_id=None, org_id=None, **kwargs):
1838
1838
  @cli.command(name="show-application")
1839
1839
  @click.argument("app", shell_complete=app_completion)
1840
1840
  @click.option("--org-id", default=None)
1841
+ @click.option("--include-migrated-environments", default=True)
1841
1842
  @click.pass_context
1842
1843
  def show_application(ctx, app, **kwargs):
1843
1844
  _app = _get_app(ctx, app, **kwargs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: agilicus
3
- Version: 1.271.15
3
+ Version: 1.271.16
4
4
  Summary: Agilicus SDK
5
5
  Home-page: https://www.agilicus.com/
6
6
  License: MIT
@@ -71,9 +71,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=oIGL7eQC7LWWBzGk2uA2nWXJiRpqj2oyp6
71
71
  agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
72
72
  agilicus/agilicus_api/api/whoami_api.py,sha256=O_TO1qXWlBZ6DbypqCMzzAFLHjjj8GMBGdPZ-FyGVGU,7941
73
73
  agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
74
- agilicus/agilicus_api/api_client.py,sha256=fVzXd0eYH94AU4Rc6PtHPHj2iTfj9qKzBg3IzZKNK9s,38846
74
+ agilicus/agilicus_api/api_client.py,sha256=WbzwysFpDmvV8VkFbQ0KrMdC9hlA-2ZLZYvrWVHYAes,38846
75
75
  agilicus/agilicus_api/apis/__init__.py,sha256=aJZD7x-umdSni6ZBr4XxzpH8pwtU9hA5LlCDxcqa1Q8,2224
76
- agilicus/agilicus_api/configuration.py,sha256=dQq-JZ-96xFaUR-qQCOEsjdvzXySHkZqV68NarnQl_E,18448
76
+ agilicus/agilicus_api/configuration.py,sha256=9qK0Nb_RY0Pr7tF8nfjXzFrmQ9qivZg-fZfD41MaY38,18448
77
77
  agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
78
78
  agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
79
79
  agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
@@ -2559,13 +2559,13 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=cn-S_JNT4xFXCEa8
2559
2559
  agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=_lpxbJFLoUbEkUDRhXmsCmKX50OoSov74nw3rqUDUAM,2832
2560
2560
  agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=_EKuMg2ev7XSodpGIZMWDfVrf6wAeZB14d7UrU8-C4I,2846
2561
2561
  agilicus/agilicus_api/test/test_xss_settings.py,sha256=phlBGts59CfYWDIJj2BjTUUFKizXv3bDDLVU1hK6aXw,2746
2562
- agilicus/agilicus_api_README.md,sha256=IuC2Gt5vnOTte3bjKMkXFB4a2JBU-J2vslKTzI2MfbY,163773
2562
+ agilicus/agilicus_api_README.md,sha256=YsTSLo_gtVAM5BWLnply1x2g7aIVOM95yVIIyfS2rXg,163773
2563
2563
  agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
2564
2564
  agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
2565
2565
  agilicus/apps.py,sha256=ZRPqOq9ecFTqaBce5JQW7e1zekoJbhgYKDDsxyWo5BA,53212
2566
2566
  agilicus/audit_destinations.py,sha256=twQon8YiiaW0ZP1nb0C0-XoTEXayEhFr7DrXryHJits,6908
2567
2567
  agilicus/audits.py,sha256=UKE00xJPkLpx-N08CN-VyDmPYStdPmjmtofJO72bVH8,3521
2568
- agilicus/billing.py,sha256=N5arPtkOj8s0GqMgjc_6_ddBMW7ssqcgvMdSSDFpZ6M,25614
2568
+ agilicus/billing.py,sha256=Y4Mi0LoL6AeEYrEMgj8L-5JjfhZu6yOGTCjRPxG7aiE,25643
2569
2569
  agilicus/catalogues.py,sha256=K8pcc-GLXzSXxvPauNNxIBN4fBVi1jTp57eAv_XmGqA,3218
2570
2570
  agilicus/certificate.py,sha256=iXC4iT3EGISyEezrvMgfic_lSCx2_JMSWevTLyGekR8,2739
2571
2571
  agilicus/challenges.py,sha256=Ig9888pHGMigBxI_e8m2T_HZiqbU6TxsBXT2EKZoIUY,6968
@@ -2609,7 +2609,7 @@ agilicus/labels/labels_main.py,sha256=ptJ34mf-iVaf8ezf3RWLcpeP2O0ntezS4tqJ0ks0el
2609
2609
  agilicus/launchers.py,sha256=r4nctnVtfP-Ho_HXEfAiMaMqJI0u7pbieHSS3Vd0QBE,11361
2610
2610
  agilicus/logs.py,sha256=tS8c_sdre1Dncrl59GVGQ0L3d2jtwlVjvIMl3SHJraY,766
2611
2611
  agilicus/lookups.py,sha256=MNmNsKpP7Fq_poLAnL9xo_iptFilKM9ziGLyIe8VKaw,669
2612
- agilicus/main.py,sha256=Rjb6ZB3vTMnWneC0k_HQIrppjpUX1KSiDv4J0G-bqwY,274875
2612
+ agilicus/main.py,sha256=eo2xqd3Eh330EIsQ8g1iJ6Wq-b-bfY7UibqhItRfUiU,274948
2613
2613
  agilicus/messages.py,sha256=Ydm-VhAsK23UnYdstv_HsOybBODfui5ubKc7F8R_dsw,5187
2614
2614
  agilicus/metrics.py,sha256=v4rwpvqDzeNG5GKNoZ7t34X5qUgly5IW2s-kXlS2vQM,2315
2615
2615
  agilicus/orgs.py,sha256=S9v1Hnv_qGcJ90uNC3V692srcXTPv6GIHiTF_z5YC90,15902
@@ -2652,8 +2652,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
2652
2652
  agilicus/users.py,sha256=JT7TIiUOtSFXPOdxmIVFm7ygZTH1FjsIkD9j-vjLuMM,38474
2653
2653
  agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
2654
2654
  agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
2655
- agilicus-1.271.15.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2656
- agilicus-1.271.15.dist-info/METADATA,sha256=J7JtidCdXl6uPTeB1oT56QNY7EEizeQ57TuLNHkPnMI,3870
2657
- agilicus-1.271.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
2658
- agilicus-1.271.15.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2659
- agilicus-1.271.15.dist-info/RECORD,,
2655
+ agilicus-1.271.16.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2656
+ agilicus-1.271.16.dist-info/METADATA,sha256=GvCYuBqkt9jZ89Z0hDW28krtT86m_xG5LkoeigAtFpU,3870
2657
+ agilicus-1.271.16.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
2658
+ agilicus-1.271.16.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2659
+ agilicus-1.271.16.dist-info/RECORD,,