Skip to content

Merge pull request #395 from saffron-health/release-v0.6.27

Choose a tag to compare

@github-actions github-actions released this 10 Jun 03:07
62c058c

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 --refresh to update an existing share from the workflow's current deployment.

  • Tenant sharing controls: New libretto cloud sharing subcommands let tenant admins manage public code sharing at the account level:

    • libretto cloud sharing status — check whether code sharing is enabled for the tenant
    • libretto cloud sharing enable — turn on public workflow code sharing
    • libretto 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 deploy now 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.