.gitignore
.gitmodules
LICENSE
README.md
setup.cfg
setup.py
sonar-project.properties
.github/workflows/build.yml
.github/workflows/publish.yml
cnctcli/__init__.py
cnctcli/ccli.py
cnctcli/config.py
cnctcli/constants.py
cnctcli/actions/__init__.py
cnctcli/actions/accounts.py
cnctcli/actions/customers.py
cnctcli/actions/customers_syncronizer.py
cnctcli/actions/reports.py
cnctcli/actions/reports_params.py
cnctcli/actions/utils.py
cnctcli/actions/products/__init__.py
cnctcli/actions/products/actions_sync.py
cnctcli/actions/products/capabilities_sync.py
cnctcli/actions/products/clone_product.py
cnctcli/actions/products/configuration_values_sync.py
cnctcli/actions/products/constants.py
cnctcli/actions/products/export.py
cnctcli/actions/products/general_sync.py
cnctcli/actions/products/items_sync.py
cnctcli/actions/products/media_sync.py
cnctcli/actions/products/params_sync.py
cnctcli/actions/products/static_resources_sync.py
cnctcli/actions/products/sync.py
cnctcli/actions/products/templates_sync.py
cnctcli/actions/products/utils.py
cnctcli/api/__init__.py
cnctcli/api/products.py
cnctcli/api/utils.py
cnctcli/commands/__init__.py
cnctcli/commands/account.py
cnctcli/commands/customer.py
cnctcli/commands/product.py
cnctcli/commands/report.py
cnctcli/commands/utils.py
cnctcli/plugins/__init__.py
cnctcli/plugins/products.py
connect_cli.egg-info/PKG-INFO
connect_cli.egg-info/SOURCES.txt
connect_cli.egg-info/dependency_links.txt
connect_cli.egg-info/entry_points.txt
connect_cli.egg-info/requires.txt
connect_cli.egg-info/top_level.txt
connect_cli.egg-info/zip-safe
requirements/dev.txt
requirements/test.txt
resources/ccli.spec
resources/theme_files/default.json
resources/theme_files/purple.json
tests/__init__.py
tests/conftest.py
tests/data.py
tests/test_config.py
tests/actions/__init__.py
tests/actions/test_accounts.py
tests/actions/test_customers.py
tests/actions/test_customers_synchronizer.py
tests/actions/products/test_actions_sync.py
tests/actions/products/test_capabilities_sync.py
tests/actions/products/test_clone.py
tests/actions/products/test_conf_values_sync.py
tests/actions/products/test_general_sync.py
tests/actions/products/test_items_sync.py
tests/actions/products/test_media_sync.py
tests/actions/products/test_params_sync.py
tests/actions/products/test_sync.py
tests/actions/products/test_template_sync.py
tests/actions/products/test_util.py
tests/actions/reports/test_report_params.py
tests/actions/reports/test_reports.py
tests/api/helpers.py
tests/api/test_products.py
tests/api/test_utils.py
tests/commands/__init__.py
tests/commands/test_account.py
tests/commands/test_product.py
tests/commands/test_reports.py
tests/commands/test_utils.py
tests/fixtures/actions_response.json
tests/fixtures/actions_sync.xlsx
tests/fixtures/capabilities_sync.xlsx
tests/fixtures/categories_response.json
tests/fixtures/comparation_product.xlsx
tests/fixtures/configuration_parameters_response.json
tests/fixtures/configuration_sync.xlsx
tests/fixtures/configurations_response.json
tests/fixtures/fulfillment_parameters_response.json
tests/fixtures/image.png
tests/fixtures/items_response.json
tests/fixtures/items_sync.xlsx
tests/fixtures/media_response.json
tests/fixtures/media_sync.xlsx
tests/fixtures/ordering_parameters_response.json
tests/fixtures/params_sync.xlsx
tests/fixtures/product_response.json
tests/fixtures/product_response_modifications.json
tests/fixtures/reports.json
tests/fixtures/templates_response.json
tests/fixtures/templates_sync.xlsx
tests/fixtures/units_response.json
tests/fixtures/customer/customer.json
tests/fixtures/customer/customers.xlsx
tests/fixtures/customer/reseller.json
tests/fixtures/reports/basic_report/README.md
tests/fixtures/reports/basic_report/reports.json
tests/fixtures/reports/basic_report/endpoint/Readme.md
tests/fixtures/reports/basic_report/endpoint/__init__.py
tests/fixtures/reports/basic_report/endpoint/entrypoint.py
tests/fixtures/reports/basic_report/endpoint/template.xlsx
tests/fixtures/reports/connect_exception/README.md
tests/fixtures/reports/connect_exception/reports.json
tests/fixtures/reports/connect_exception/entrypoint/Readme.md
tests/fixtures/reports/connect_exception/entrypoint/__init__.py
tests/fixtures/reports/connect_exception/entrypoint/entrypoint.py
tests/fixtures/reports/connect_exception/entrypoint/template.xlsx
tests/fixtures/reports/custom_exception/README.md
tests/fixtures/reports/custom_exception/reports.json
tests/fixtures/reports/custom_exception/entry__point/Readme.md
tests/fixtures/reports/custom_exception/entry__point/__init__.py
tests/fixtures/reports/custom_exception/entry__point/entrypoint.py
tests/fixtures/reports/custom_exception/entry__point/template.xlsx
tests/fixtures/reports/generic_exception/README.md
tests/fixtures/reports/generic_exception/reports.json
tests/fixtures/reports/generic_exception/entry_point/Readme.md
tests/fixtures/reports/generic_exception/entry_point/__init__.py
tests/fixtures/reports/generic_exception/entry_point/entrypoint.py
tests/fixtures/reports/generic_exception/entry_point/template.xlsx
tests/fixtures/reports/no_reports/README.md
tests/fixtures/reports/no_reports/reports.json
tests/fixtures/reports/report_with_inputs/README.md
tests/fixtures/reports/report_with_inputs/reports.json
tests/fixtures/reports/report_with_inputs/executor/Readme.md
tests/fixtures/reports/report_with_inputs/executor/__init__.py
tests/fixtures/reports/report_with_inputs/executor/entrypoint.py
tests/fixtures/reports/report_with_inputs/executor/template.xlsx