Make hosted workflow source code public through Libretto Cloud.
cloud share command creates a public code share for a workflow that is already deployed to Libretto Cloud. Use it when you want anyone with the generated URL to fork your automation code and use it as the starting point for their own automation.1npx libretto cloud share check-eligibility
1npx libretto cloud share <workflow> [flags]
path workflowstringrequirednpx libretto cloud deploy.path --refreshboolean1npx libretto cloud auth signup
LIBRETTO_API_KEY:12npx libretto cloud auth api-key issue --label laptop-dev export LIBRETTO_API_KEY=<issued-key>
1npx libretto cloud sharing enable
1npx libretto cloud deploy .
123Shared workflow: check-eligibility Marketplace URL: https://libretto.sh/... Code URL: https://libretto.sh/...
--refresh to update the shared code from the current deployment:1npx libretto cloud share check-eligibility --refresh
cloud sharing commands to inspect or change whether public workflow code sharing is enabled for the current Libretto Cloud tenant. New tenants start with code sharing disabled.123npx libretto cloud sharing status npx libretto cloud sharing enable npx libretto cloud sharing disable
cloud sharing commands require LIBRETTO_API_KEY.