centralcli 8.2.0__tar.gz → 8.2.2__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.
- {centralcli-8.2.0 → centralcli-8.2.2}/PKG-INFO +5 -4
- {centralcli-8.2.0 → centralcli-8.2.2}/README.md +4 -3
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishow.py +1 -1
- {centralcli-8.2.0 → centralcli-8.2.2}/pyproject.toml +1 -1
- {centralcli-8.2.0 → centralcli-8.2.2}/LICENSE +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/boilerplate/README.md +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/boilerplate/_cnx_allcalls.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/boilerplate/allcalls.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/caas.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cache.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/central.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cleaner.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cli.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cliadd.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cliassign.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clibatch.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clicaas.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clicancel.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clicheck.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cliclone.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clicommon.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clidel.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clidelfirmware.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cliexport.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clikick.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clioptions.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clirefresh.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clirename.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cliset.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clisetfirmware.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowaudit.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowbandwidth.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowbranch.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowcloudauth.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowfirmware.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowmpsk.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowospf.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowoverlay.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowtshoot.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clishowwids.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clitest.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/clitshoot.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cliunassign.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cliupdate.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cliupgrade.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/api/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/api/cnxapi.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/cli.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/client.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clioptions.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/assign/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/assign/assign.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/common.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/show/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/show/auth.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/show/show.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/show/switch.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/update/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/update/auth.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/clitree/update/update.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/cnx_cleaner.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/models/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/models/auth_server_global.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/models/local_management.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/models/system_info.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/base.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/base_utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/audit_logs.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/base.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/base_utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/configuration.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/constants.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/device_inventory.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/firmware_management.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/licensing.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/monitoring.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/msp.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/rapids.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/refresh_api_token.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/topology.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/url_utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/user_management.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/visualrf.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/workflows/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/workflows/workflows_utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/configuration/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/generic_op_error.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/login_error.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/parameter_error.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/pycentral_error.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/response_error.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/unsupported_capability_error.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/verification_error.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/glp/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/glp/devices.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/glp/glp_utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/glp/service_manager.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/glp/subscription.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/glp/user_management.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/monitoring/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/profiles/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/profiles/ntp.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/profiles/profiles.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/profiles/system_info.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/profiles/vlan.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/profiles/wlan.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/scopes/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/scopes/device.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/scopes/scope_maps.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/scopes/scope_utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/scopes/scopes.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/scopes/site.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/scopes/site_collection.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/assign_vlan_profile_site.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/assign_wlan_profile_site.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-cnx-onboarding/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-cnx-onboarding/account_credentials.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-cnx-onboarding/cleanup_site_profile_workflow.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-cnx-onboarding/profile_config.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-cnx-onboarding/site_profile_workflow.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-cnx-onboarding/sites_config.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-glp-onboarding/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-glp-onboarding/account_credentials.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-glp-onboarding/glp_onboarding.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-glp-onboarding/reset/old_account_credentials.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-glp-onboarding/reset/region_name_mapping.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/atm-glp-onboarding/workflow_vars.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/exception_test/account_credentials.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/exception_test/cleanup_exception.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/exception_test/exception_test.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/exception_test/profile_config.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/glp/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/glp/test_glp.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/glp/test_glp_vars.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/glp-access-token-example.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/glp-client-creds-example.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/profiles/central_token.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/profiles/profile_config.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/profiles/system_info_profile.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/profiles/system_info_profile_cleanup.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/scope-management-example.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/scope-management-vars.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/scopes/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/scopes/test_scopes.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/scopes/test_scopes_vars.json +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/url_utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/utils/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/utils/common_utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/utils/url_utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/config.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/constants.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/exceptions.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/logger.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/models.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/objects.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/render.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/response.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/setup.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/static/favicon.ico +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/strings.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/typedefs.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/utils.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/vendored/csvlexer/__init__.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/vendored/csvlexer/csv.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/vscodeargs.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/wh2snow.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/wh_proxy.py +0 -0
- {centralcli-8.2.0 → centralcli-8.2.2}/centralcli/wh_proxy_service.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: centralcli
|
|
3
|
-
Version: 8.2.
|
|
3
|
+
Version: 8.2.2
|
|
4
4
|
Summary: A CLI for interacting with Aruba Central (Cloud Management Platform). Facilitates bulk imports, exports, reporting. A handy tool if you have devices managed by Aruba Central.
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: cli,Aruba,Aruba Networks,Aruba Central,HPE,API,RESTFUL,REST
|
|
@@ -63,8 +63,6 @@ A CLI app for interacting with Aruba Central Cloud Management Platform. With cro
|
|
|
63
63
|
|
|
64
64
|

|
|
65
65
|
|
|
66
|
-
## Known Issues
|
|
67
|
-
When running with Python 3.12 it's possible to see a number of SyntaxWarning messages regarding "invaslid escape sequence". This is due to a change in behavior in 3.12. This will be resolved in an upcoming release. The warnings do not impact functionality.
|
|
68
66
|
|
|
69
67
|
## Features
|
|
70
68
|
|
|
@@ -74,11 +72,14 @@ When running with Python 3.12 it's possible to see a number of SyntaxWarning mes
|
|
|
74
72
|
- Multiple output formats
|
|
75
73
|
- Output to file
|
|
76
74
|
- Numerous import formats (csv, yaml, json, etc.)
|
|
77
|
-
- Multiple
|
|
75
|
+
- Multiple workspace support (easily switch between different central workspaces `--account myotheraccount`)
|
|
76
|
+
> What is now called a workspace was formerly referred to as an account. `--account` will likely change to `--workspace` in a future release.
|
|
78
77
|
- Batch Operation based on data from input file. i.e. Add sites in batch based on data from a csv.
|
|
78
|
+
- Mass AP rename, that automatically constructs the name based on whatever format specifier you provide. This can use portions or all of the AP model / MAC / serial, the upstream switch hostname / port, switch port, AP MAC, and the site name.
|
|
79
79
|
- Automatic Token refresh. With prompt to paste in a new token if it becomes invalid.
|
|
80
80
|
> If using Tokens, dedicate the token to the CLI alone, using it in swagger or on another system, will eventually lead to a refresh that invalidates the tokens on the other systems using it.
|
|
81
81
|
- You can also use username/Password Auth. which will facilitate automatic retrieval of new Tokens even if they do become invalid.
|
|
82
|
+
> This option is only possible with a non SSO account.
|
|
82
83
|
|
|
83
84
|
## Installation
|
|
84
85
|
|
|
@@ -12,8 +12,6 @@ A CLI app for interacting with Aruba Central Cloud Management Platform. With cro
|
|
|
12
12
|
|
|
13
13
|

|
|
14
14
|
|
|
15
|
-
## Known Issues
|
|
16
|
-
When running with Python 3.12 it's possible to see a number of SyntaxWarning messages regarding "invaslid escape sequence". This is due to a change in behavior in 3.12. This will be resolved in an upcoming release. The warnings do not impact functionality.
|
|
17
15
|
|
|
18
16
|
## Features
|
|
19
17
|
|
|
@@ -23,11 +21,14 @@ When running with Python 3.12 it's possible to see a number of SyntaxWarning mes
|
|
|
23
21
|
- Multiple output formats
|
|
24
22
|
- Output to file
|
|
25
23
|
- Numerous import formats (csv, yaml, json, etc.)
|
|
26
|
-
- Multiple
|
|
24
|
+
- Multiple workspace support (easily switch between different central workspaces `--account myotheraccount`)
|
|
25
|
+
> What is now called a workspace was formerly referred to as an account. `--account` will likely change to `--workspace` in a future release.
|
|
27
26
|
- Batch Operation based on data from input file. i.e. Add sites in batch based on data from a csv.
|
|
27
|
+
- Mass AP rename, that automatically constructs the name based on whatever format specifier you provide. This can use portions or all of the AP model / MAC / serial, the upstream switch hostname / port, switch port, AP MAC, and the site name.
|
|
28
28
|
- Automatic Token refresh. With prompt to paste in a new token if it becomes invalid.
|
|
29
29
|
> If using Tokens, dedicate the token to the CLI alone, using it in swagger or on another system, will eventually lead to a refresh that invalidates the tokens on the other systems using it.
|
|
30
30
|
- You can also use username/Password Auth. which will facilitate automatic retrieval of new Tokens even if they do become invalid.
|
|
31
|
+
> This option is only possible with a non SSO account.
|
|
31
32
|
|
|
32
33
|
## Installation
|
|
33
34
|
|
|
@@ -962,7 +962,7 @@ def parse_interface_responses(dev_type: GenericDeviceTypes, responses: List[Resp
|
|
|
962
962
|
_passed = responses if not _failed else [r for r in responses if r.ok]
|
|
963
963
|
|
|
964
964
|
if _failed:
|
|
965
|
-
log.warning(f"Incomplete output!! {len(_failed)} calls failed. Devices: {utils.color([r.url.path.
|
|
965
|
+
log.warning(f"Incomplete output!! {len(_failed)} calls failed. Devices: {utils.color([r.url.path.split("/")[-2:][0] for r in _failed])}. [cyan]cencli show logs --cencli[/] for details.", caption=True)
|
|
966
966
|
|
|
967
967
|
# output = [i for r in _passed for i in utils.listify(r.output)]
|
|
968
968
|
output = [r.output for r in _passed]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "centralcli"
|
|
3
|
-
version = "8.2.
|
|
3
|
+
version = "8.2.2"
|
|
4
4
|
description = "A CLI for interacting with Aruba Central (Cloud Management Platform). Facilitates bulk imports, exports, reporting. A handy tool if you have devices managed by Aruba Central."
|
|
5
5
|
license = "MIT"
|
|
6
6
|
authors = [{"name" = "Wade Wells (Pack3tL0ss)","email" = "cencli@consolepi.com"}]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/device_inventory.py
RENAMED
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/firmware_management.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/refresh_api_token.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/user_management.py
RENAMED
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/classic/workflows/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/configuration/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/generic_op_error.py
RENAMED
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/login_error.py
RENAMED
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/parameter_error.py
RENAMED
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/pycentral_error.py
RENAMED
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/response_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/exceptions/verification_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/scopes/site_collection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/glp/test_glp_vars.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/scope-management-vars.json
RENAMED
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/scopes/__init__.py
RENAMED
|
File without changes
|
{centralcli-8.2.0 → centralcli-8.2.2}/centralcli/cnxcli/pycentralv2/tests/scopes/test_scopes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|