.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
requirements-dev.txt
requirements.txt
setup.py
tox.ini
.circleci/config.yml
.github/pull_request_template.md
demisto_sdk/__init__.py
demisto_sdk/__main__.py
demisto_sdk.egg-info/PKG-INFO
demisto_sdk.egg-info/SOURCES.txt
demisto_sdk.egg-info/dependency_links.txt
demisto_sdk.egg-info/entry_points.txt
demisto_sdk.egg-info/requires.txt
demisto_sdk.egg-info/top_level.txt
demisto_sdk/commands/__init__.py
demisto_sdk/commands/common/__init__.py
demisto_sdk/commands/common/configuration.py
demisto_sdk/commands/common/constants.py
demisto_sdk/commands/common/git_tools.py
demisto_sdk/commands/common/tools.py
demisto_sdk/commands/common/update_id_set.py
demisto_sdk/commands/common/dev_sh_scripts/pkg_dev_container_setup.sh
demisto_sdk/commands/common/dev_sh_scripts/run_dev_tasks.sh
demisto_sdk/commands/common/dev_sh_scripts/run_mypy.sh
demisto_sdk/commands/common/hook_validations/__init__.py
demisto_sdk/commands/common/hook_validations/base_validator.py
demisto_sdk/commands/common/hook_validations/classifier.py
demisto_sdk/commands/common/hook_validations/conf_json.py
demisto_sdk/commands/common/hook_validations/dashboard.py
demisto_sdk/commands/common/hook_validations/description.py
demisto_sdk/commands/common/hook_validations/docker.py
demisto_sdk/commands/common/hook_validations/id.py
demisto_sdk/commands/common/hook_validations/image.py
demisto_sdk/commands/common/hook_validations/incident_field.py
demisto_sdk/commands/common/hook_validations/integration.py
demisto_sdk/commands/common/hook_validations/layout.py
demisto_sdk/commands/common/hook_validations/pack_unique_files.py
demisto_sdk/commands/common/hook_validations/playbook.py
demisto_sdk/commands/common/hook_validations/release_notes.py
demisto_sdk/commands/common/hook_validations/reputation.py
demisto_sdk/commands/common/hook_validations/script.py
demisto_sdk/commands/common/hook_validations/structure.py
demisto_sdk/commands/common/hook_validations/widget.py
demisto_sdk/commands/common/schemas/canvas-context-connections.yml
demisto_sdk/commands/common/schemas/classifier.yml
demisto_sdk/commands/common/schemas/dashboard.yml
demisto_sdk/commands/common/schemas/incidentfield.yml
demisto_sdk/commands/common/schemas/incidentfields.yml
demisto_sdk/commands/common/schemas/incidenttype.yml
demisto_sdk/commands/common/schemas/integration.yml
demisto_sdk/commands/common/schemas/integration_CHANGELOG.md
demisto_sdk/commands/common/schemas/layout.yml
demisto_sdk/commands/common/schemas/playbook.yml
demisto_sdk/commands/common/schemas/report.yml
demisto_sdk/commands/common/schemas/script.yml
demisto_sdk/commands/common/schemas/script_CHANGELOG.md
demisto_sdk/commands/common/schemas/widget.yml
demisto_sdk/commands/common/tests/__init__.py
demisto_sdk/commands/common/tests/conf_test.py
demisto_sdk/commands/common/tests/constants_regex_test.py
demisto_sdk/commands/common/tests/docker_test.py
demisto_sdk/commands/common/tests/id_test.py
demisto_sdk/commands/common/tests/image_test.py
demisto_sdk/commands/common/tests/incident_field_test.py
demisto_sdk/commands/common/tests/integration_test.py
demisto_sdk/commands/common/tests/pack_unique_files_test.py
demisto_sdk/commands/common/tests/playbook_test.py
demisto_sdk/commands/common/tests/release_notes_test.py
demisto_sdk/commands/common/tests/script_test.py
demisto_sdk/commands/common/tests/structure_test.py
demisto_sdk/commands/common/tests/tools_test.py
demisto_sdk/commands/common/tests/update_id_set_test.py
demisto_sdk/commands/create_artifacts/__init__.py
demisto_sdk/commands/create_artifacts/content_creator.py
demisto_sdk/commands/create_artifacts/tests/content_creator_test.py
demisto_sdk/commands/format/__init__.py
demisto_sdk/commands/format/format_module.py
demisto_sdk/commands/format/update_generic_yml.py
demisto_sdk/commands/format/update_integration.py
demisto_sdk/commands/format/update_playbook.py
demisto_sdk/commands/format/update_script.py
demisto_sdk/commands/format/tests/formatting_test.py
demisto_sdk/commands/generate_docs/__init__.py
demisto_sdk/commands/generate_docs/common.py
demisto_sdk/commands/generate_docs/generate_integration_doc.py
demisto_sdk/commands/generate_docs/generate_playbook_doc.py
demisto_sdk/commands/generate_docs/generate_script_doc.py
demisto_sdk/commands/generate_docs/tests/generate_docs_test.py
demisto_sdk/commands/generate_test_playbook/__init__.py
demisto_sdk/commands/generate_test_playbook/test_playbook_generator.py
demisto_sdk/commands/generate_test_playbook/tests/test_playbook_generator_test.py
demisto_sdk/commands/init/__init__.py
demisto_sdk/commands/init/initiator.py
demisto_sdk/commands/init/templates/__init__.py
demisto_sdk/commands/init/templates/HelloWorld/CHANGELOG.md
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld.py
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld.yml
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld_description.md
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld_image.png
demisto_sdk/commands/init/templates/HelloWorld/HelloWorld_test.py
demisto_sdk/commands/init/templates/HelloWorld/Pipfile
demisto_sdk/commands/init/templates/HelloWorld/Pipfile.lock
demisto_sdk/commands/init/templates/HelloWorld/README.md
demisto_sdk/commands/init/templates/HelloWorld/__init__.py
demisto_sdk/commands/init/templates/HelloWorldScript/CHANGELOG.md
demisto_sdk/commands/init/templates/HelloWorldScript/HelloWorldScript.py
demisto_sdk/commands/init/templates/HelloWorldScript/HelloWorldScript.yml
demisto_sdk/commands/init/templates/HelloWorldScript/HelloWorldScript_description.md
demisto_sdk/commands/init/templates/HelloWorldScript/HelloWorldScript_test.py
demisto_sdk/commands/init/templates/HelloWorldScript/__init__.py
demisto_sdk/commands/json_to_outputs/__init__.py
demisto_sdk/commands/json_to_outputs/json_to_outputs.py
demisto_sdk/commands/json_to_outputs/tests/json_to_outputs_test.py
demisto_sdk/commands/lint/__init__.py
demisto_sdk/commands/lint/lint_manager.py
demisto_sdk/commands/lint/linter.py
demisto_sdk/commands/lint/dev_envs/__init__.py
demisto_sdk/commands/lint/dev_envs/default_python2/Pipfile
demisto_sdk/commands/lint/dev_envs/default_python2/Pipfile.lock
demisto_sdk/commands/lint/dev_envs/default_python3/Pipfile
demisto_sdk/commands/lint/dev_envs/default_python3/Pipfile.lock
demisto_sdk/commands/lint/dev_envs/pytest/__init__.py
demisto_sdk/commands/lint/dev_envs/pytest/conftest.py
demisto_sdk/commands/lint/tests/__init__.py
demisto_sdk/commands/lint/tests/lint_manager_test.py
demisto_sdk/commands/lint/tests/linter_test.py
demisto_sdk/commands/run_cmd/__init__.py
demisto_sdk/commands/run_cmd/runner.py
demisto_sdk/commands/run_playbook/__init__.py
demisto_sdk/commands/run_playbook/playbook_runner.py
demisto_sdk/commands/secrets/__init__.py
demisto_sdk/commands/secrets/secrets.py
demisto_sdk/commands/secrets/tests/__init__.py
demisto_sdk/commands/secrets/tests/secrets_test.py
demisto_sdk/commands/split_yml/extractor.py
demisto_sdk/commands/split_yml/tests/__init__.py
demisto_sdk/commands/split_yml/tests/extractor_test.py
demisto_sdk/commands/unify/__init__.py
demisto_sdk/commands/unify/unifier.py
demisto_sdk/commands/unify/tests/unifier_test.py
demisto_sdk/commands/upload/__init__.py
demisto_sdk/commands/upload/uploader.py
demisto_sdk/commands/validate/__init__.py
demisto_sdk/commands/validate/file_validator.py
demisto_sdk/commands/validate/tests/__init__.py
demisto_sdk/commands/validate/tests/validators_test.py
demisto_sdk/tests/__init__.py
demisto_sdk/tests/conftest.py
demisto_sdk/tests/constants_test.py
demisto_sdk/tests/test_files/Playbooks.playbook-ArcSight_Add_Domain_Indicators.yml
demisto_sdk/tests/test_files/Playbooks.playbook-invalid.yml
demisto_sdk/tests/test_files/Playbooks.playbook-test.yml
demisto_sdk/tests/test_files/__init__.py
demisto_sdk/tests/test_files/dashboard-invalid.json
demisto_sdk/tests/test_files/dashboard-valid.json
demisto_sdk/tests/test_files/default_image.png
demisto_sdk/tests/test_files/fake-script.yml
demisto_sdk/tests/test_files/fake_id_set.json
demisto_sdk/tests/test_files/fake_integration.yml
demisto_sdk/tests/test_files/fake_integration_expected_test_playbook.yml
demisto_sdk/tests/test_files/fake_json.json
demisto_sdk/tests/test_files/format_New_Integration_copy.yml
demisto_sdk/tests/test_files/format_New_script_copy.yml
demisto_sdk/tests/test_files/format_new_playbook_copy.yml
demisto_sdk/tests/test_files/incidentfield-invalid.json
demisto_sdk/tests/test_files/incidentfield-valid.json
demisto_sdk/tests/test_files/indicator-field-exact-scheme.json
demisto_sdk/tests/test_files/indicator-field-missing-field.json
demisto_sdk/tests/test_files/indicatorfield-extra-fields.json
demisto_sdk/tests/test_files/indicatorfield-missing-and-extra-fields.json
demisto_sdk/tests/test_files/integration-Zoom.yml
demisto_sdk/tests/test_files/integration-invalid-id-test.yml
demisto_sdk/tests/test_files/integration-test.yml
demisto_sdk/tests/test_files/integration-valid-id-test.yml
demisto_sdk/tests/test_files/invalid-multi-line_1_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-multi-line_2_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-one-line-list_1_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-one-line-list_2_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-one-line_1_CHANGELOG.md
demisto_sdk/tests/test_files/invalid-one-line_2_CHANGELOG.md
demisto_sdk/tests/test_files/layout-invalid.json
demisto_sdk/tests/test_files/layout-valid.json
demisto_sdk/tests/test_files/playbook-Test_playbook.yml
demisto_sdk/tests/test_files/playbook-demisto_sdkplaybook-new_format_new_playbook_copy.yml
demisto_sdk/tests/test_files/playbook-invalid-id-test.yml
demisto_sdk/tests/test_files/playbook-valid-id-test.yml
demisto_sdk/tests/test_files/reputations-invalid.json
demisto_sdk/tests/test_files/reputations-valid.json
demisto_sdk/tests/test_files/script-invalid.yml
demisto_sdk/tests/test_files/script-test_script.yml
demisto_sdk/tests/test_files/script-valid.yml
demisto_sdk/tests/test_files/secrets_white_list.json
demisto_sdk/tests/test_files/valid-multi-line-list_CHANGELOG.md
demisto_sdk/tests/test_files/valid-multi-line_CHANGELOG.md
demisto_sdk/tests/test_files/valid-one-line-list_CHANGELOG.md
demisto_sdk/tests/test_files/valid-one-line_CHANGELOG.md
demisto_sdk/tests/test_files/widget-invalid-version.json
demisto_sdk/tests/test_files/widget-invalid.json
demisto_sdk/tests/test_files/widget-valid.json
demisto_sdk/tests/test_files/CalculateGeoDistance/CalculateGeoDistance.py
demisto_sdk/tests/test_files/CalculateGeoDistance/CalculateGeoDistance.yml
demisto_sdk/tests/test_files/CalculateGeoDistance/__init__.py
demisto_sdk/tests/test_files/CortexXDR/.pack-ignore
demisto_sdk/tests/test_files/CortexXDR/.secrets-ignore
demisto_sdk/tests/test_files/CortexXDR/CHANGELOG.md
demisto_sdk/tests/test_files/CortexXDR/README.md
demisto_sdk/tests/test_files/CortexXDR/metadata.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Alert_Count.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Alerts.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Assigned_User_Email.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Assigned_User_Pretty_Name.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Description.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Detection_Time.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_File_Artifacts.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_High_Severity_Alert_Count.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Incident_ID.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Low_Severity_Alert_Count.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Medium_Severity_Alert_Count.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Network_Artifacts.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Notes.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Resolve_Comment.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_Status.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_URL.json
demisto_sdk/tests/test_files/CortexXDR/IncidentFields/XDR_User_Count.json
demisto_sdk/tests/test_files/CortexXDR/IncidentTypes/Cortex_XDR_Incident.json
demisto_sdk/tests/test_files/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR.yml
demisto_sdk/tests/test_files/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR_CHANGELOG.md
demisto_sdk/tests/test_files/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR_description.md
demisto_sdk/tests/test_files/CortexXDR/Integrations/PaloAltoNetworks_XDR/PaloAltoNetworks_XDR_image.png
demisto_sdk/tests/test_files/CortexXDR/Layouts/details-Cortex_XDR_Incident.json
demisto_sdk/tests/test_files/CortexXDR/Layouts/details-Cortex_XDR_Incident_CHANGELOG.md
demisto_sdk/tests/test_files/CortexXDR/Playbooks/Cortex_XDR_Incident_Handling.yml
demisto_sdk/tests/test_files/CortexXDR/Playbooks/Cortex_XDR_Incident_Handling_CHANGELOG.md
demisto_sdk/tests/test_files/CortexXDR/Playbooks/PaloAltoNetworks_Cortex_XDR_Incident_Sync.yml
demisto_sdk/tests/test_files/CortexXDR/Playbooks/PaloAltoNetworks_Cortex_XDR_Incident_Sync_CHANGELOG.md
demisto_sdk/tests/test_files/CortexXDR/Scripts/EntryWidgetNumberHostsXDR/EntryWidgetNumberHostsXDR.yml
demisto_sdk/tests/test_files/CortexXDR/Scripts/EntryWidgetNumberUsersXDR/EntryWidgetNumberUsersXDR.yml
demisto_sdk/tests/test_files/CortexXDR/Scripts/EntryWidgetPieAlertsXDR/EntryWidgetPieAlertsXDR.yml
demisto_sdk/tests/test_files/CortexXDR/Scripts/XDRSyncScript/XDRSyncScript.yml
demisto_sdk/tests/test_files/CortexXDR/TestPlaybooks/Cortex_XDR.yml
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/SampleIntegPackage.yml
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/SampleIntegPackage_image.png
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/integration-SampleIntegPackageDescAsYML.yml
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/integration-SampleIntegPackageDescSpecialChars.yml
demisto_sdk/tests/test_files/Unifier/SampleIntegPackage/integration-SampleIntegPackageSanity.yml
demisto_sdk/tests/test_files/Unifier/SampleNoPyFile/SampleNoPyFile.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/SampleScriptPackage.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/SampleScriptPackageDocker45.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/script-SampleScriptPackageSanity.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/script-SampleScriptPackageSanityDocker45.yml
demisto_sdk/tests/test_files/Unifier/SampleScriptPackage/script-SampleScriptPackageSanityDocker45_45.yml
demisto_sdk/tests/test_files/VulnDB/VulnDB.py
demisto_sdk/tests/test_files/VulnDB/VulnDB.yml
demisto_sdk/tests/test_files/VulnDB/VulnDB_description.md
demisto_sdk/tests/test_files/VulnDB/VulnDB_image.png
demisto_sdk/tests/test_files/content_repo_example/content-descriptor.json
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/CommonServerPython.py
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Pipfile
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Pipfile.lock
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/README.md
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Securonix.py
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Securonix.yml
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Securonix_image.png
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/Securonix_unified.yml
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/test_data/__init__.py
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/test_data/response_constants.py
demisto_sdk/tests/test_files/content_repo_example/Integrations/Securonix/test_data/result_constants.py
demisto_sdk/tests/test_files/content_repo_example/Packs/__init__.py
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/.pack-ignore
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/.secrets-ignore
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/CHANGELOG.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/README.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/metadata.json
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/CHANGELOG.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/CommonServerPython.py
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/FeedAzure.py
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/FeedAzure.yml
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/FeedAzure_description.md
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/Integrations/FeedAzure/FeedAzure_image.png
demisto_sdk/tests/test_files/content_repo_example/Packs/FeedAzure/TestPlaybooks/FeedAzure_test.yml
demisto_sdk/tests/test_files/content_repo_example/Scripts/script-Sleep.yml
demisto_sdk/tests/test_files/content_repo_example/TestPlaybooks/script-Sleep-for-testplaybook.yml
demisto_sdk/tests/test_files/fake_integration/__init__.py
demisto_sdk/tests/test_files/fake_integration/fake.secrets-ignore
demisto_sdk/tests/test_files/fake_integration/fake_integration.py
demisto_sdk/tests/test_files/fake_integration/fake_integration.yml
demisto_sdk/tests/test_files/fake_integration/fake_secrets_white_list.json
demisto_sdk/tests/test_files/fake_pack/.pack-ignore
demisto_sdk/tests/test_files/fake_pack/.secrets-ignore
demisto_sdk/tests/test_files/fake_pack/README.md
demisto_sdk/tests/test_files/fake_pack/__init__.py
demisto_sdk/tests/test_files/fake_pack/metadata.json
demisto_sdk/tests/test_files/fake_pack/Integrations/__init__.py
demisto_sdk/tests/test_files/fake_pack/Integrations/fake_changelog/__init__.py
demisto_sdk/utils/deploy.sh
demisto_sdk/validation/type_file/find_type.py
docs/cla.pdf
docs/create_command.md
docs/development_guide.md
docs/format_command.md
docs/init_command.md
docs/lint_command.md
docs/release_guide.md
docs/run_command.md
docs/run_playbook_command.md
docs/secrets.md
docs/split_yml_command.md
docs/unify_command.md
docs/upload_command.md
docs/validate_command.md
docs/validation_testing.md