Skip to main content
Synthetiq has two types of stores:
  • Organization store — Apps and services shared within your organization
  • Synthetiq store — Core apps and services maintained by Synthetiq

list

List available stores:
synthetiq store list
STORE                 ENTITIES
Your Org (acme-corp)  12
Synthetiq             8

browse

Browse apps and services in a store:
synthetiq store browse [options]
FlagDefaultDescription
--store <store>All storesFilter by store name or slug
--type <type>AllFilter by entity type: app, service
--jsonOutput as JSON
synthetiq store browse --store acme-corp --type app
NAME                  TYPE       STORE       VERSION              DESCRIPTION
workflow-manager      App        Synthetiq   2024.06.10-153042    Manage and monitor workflows
shopify               Service    acme-corp   2024.06.08-091530    Shopify API integration
github                Service    Synthetiq   2024.06.01-120000    GitHub API integration
Search for apps and services across all stores:
synthetiq store search <query>
synthetiq store search "shopify"
NAME                  TYPE       STORE       DESCRIPTION
shopify               Service    acme-corp   Shopify API integration
shopify-analytics     App        acme-corp   Shopify sales analytics dashboard
FlagDescription
--type <type>Filter by app or service
--jsonOutput as JSON

install

Install an app or service from a store:
synthetiq store install <entity-name> [options]
FlagDescription
--store <store>Specify which store to install from (if the name exists in multiple stores)
--version <version>Install a specific version (default: active version)
synthetiq store install shopify
synthetiq store install workflow-manager --store synthetiq

shared list

List apps and services that have been shared directly with you:
synthetiq shared list
NAME                  TYPE       SHARED BY            ROLE          DATE
internal-crm          App        admin@acme.com       Contributor   Jun 10, 2024
billing-service       Service    dev@acme.com         Install       Jun 8, 2024
FlagDescription
--type <type>Filter by app or service
--jsonOutput as JSON

shared install

Install an app or service that was shared with you:
synthetiq shared install <entity-name>
Works the same as store install but pulls from your shared entities rather than a store.