Skip to main content

Publish Action

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


Publishing on StackSpot means storing and making available the content of Stacks, Plugins, and Actions on the StackSpot platform so that other developers can use them. You manage who can access what you publish through the visibility settings of your Studio.

caution

When publishing an Action, see if the Slug (Identifier) is unique within the Studio. You cannot have the same Slug/identifier for Stack, Plugin, or Action in a Studio.

Requirements

warning

To publish an Action, you need permission to create and edit content.

  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