Skip to main content
Apps can be shared directly with individual users, published to your organization’s app store, or shared with external users outside your organization.

Share with a user

synthetiq share my-app --email colleague@acme.com

Share to organization store

synthetiq share my-app --store
Publishes the app to your organization’s app store, making it discoverable and installable by all organization members.

Publisher access

Publishers can push new versions of an app, add other publishers, and deploy the app for their org. The creating user is automatically the first publisher.
synthetiq publisher add my-app --email co-developer@acme.com
synthetiq publisher list my-app
synthetiq publisher remove my-app --email co-developer@acme.com

Managing shares

List and remove shares:
synthetiq share list my-app
synthetiq share remove my-app --email dev@acme.com
synthetiq share remove my-app --store
See the CLI sharing docs, CLI store docs, and Platform API sharing docs for details.