Merge pull request #395 from saffron-health/release-v0.6.27
Features
-
Cloud workflow sharing: New
libretto cloud share <workflow>command lets you create a public code share for any hosted workflow already deployed to Libretto Cloud. Running the command prints a Marketplace URL and a Code URL that anyone can use to fork your automation. Use--refreshto update an existing share from the workflow's current deployment. -
Tenant sharing controls: New
libretto cloud sharingsubcommands let tenant admins manage public code sharing at the account level:libretto cloud sharing status— check whether code sharing is enabled for the tenantlibretto cloud sharing enable— turn on public workflow code sharinglibretto cloud sharing disable— turn off public workflow code sharing
Code sharing is disabled by default for new tenants and requires
LIBRETTO_API_KEY. -
Shareable source metadata in deploy artifacts:
libretto cloud deploynow bundles source file metadata (entry point and all local source files) into the deploy artifact, enabling the cloud platform to power workflow sharing without any changes to your workflow code.