Skip to main content

Publish Workflow

Prerequisites

  • StackSpot CLI installed and updated.
  • Content Creator permissions and access to create content in a Studio.

Publishing

To make the Workflow available in your Studio, run the following command:

Command to publish a Workflow to a Studio
stk publish workflow studio-name

If you did not specify the Studio name in the command, follow these instructions:

  1. In the terminal, select the name of the Studio available in your Account where you want to publish the Workflow.
  2. Press 'Enter' to confirm. The Workflow will be published to the selected Studio.

Your Workflow will be published in the selected Studio.

warning

Important notes when publishing Workflows

  • You cannot publish Workflows referencing multiple versions of the same Infrastructure Plugin.
  • This rule prevents provisioning conflicts and duplicate resources, making maintaining and updating your Stack easier.
  • If the Workflow references two different versions of the same Infra Plugin, the publishing process will be blocked, and an error message will be displayed.
  • Workflows that have already been published must be updated to follow this rule, which may introduce breaking changes.

For more details about the stk publish workflow command, see the Workflow commands documentation.