Skip to main content
Version: v1.0.0

Publish Action

In this section, you will find a guide on how to publish and version Actions on STK CLI.


Publishing on StackSpot means saving and sharing your Stacks, Plugins, and Actions on the StackSpot platform, so other developers can use them. You control who can access what you publish by using your Studio’s visibility settings.

caution

When publishing an Action, make sure the Slug (identifier) is unique within your Studio. You cannot use the same Slug (identifier) for more than one Stack, Plugin, or Action in a Studio.

Prerequisites

:::

  1. Open your terminal. In your Action folder, execute the stk publish action command:

stk publish action
  1. Choose a Studio in the terminal or inform which Studio you want to publish this Action using the --studio option.

Example:

stk publish action --studio my-studio-name

Next Steps