args: - auto: PREDEFINED defaultValue: "false" description: Whether to only show packs that have updates available. name: updates predefined: - "false" - "true" comment: This script will show all installed content packs and whether they have an update. commonfields: id: ListInstalledContentPacks version: -1 dependson: must: - '|||core-api-get' dockerimage: demisto/python3:3.12.8.3296088 enabled: true name: ListInstalledContentPacks outputs: - contextPath: InstalledPacks.Name description: Pack Name. type: string - contextPath: InstalledPacks.Version description: Pack Version. type: string - contextPath: InstalledPacks.Update description: Is there an update available. type: boolean runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.0.0 tests: - No tests (auto formatted)