StackSpot Native Content
To use StackSpot's platform, you must incorporate mandatory native content, Actions, and Workflows. This content is available through an official Studio that StackSpot manages to improve usability.
The content has been transferred from public repositories to the stackspot-core Studio. It is now private and will not be visible to users on the platform.
Content migration
The content migration, cloning, and republishing repositories in your Studios are no longer required. You can now use Actions and Workflows directly with the STK CLI commands.
To execute an Action or Workflow, specify the Studio Qualifier stackspot-core along with the name of the desired content. Here are some examples:
- Action:
stk run action stackspot-core/name-slug-action; - Workflow:
stk run workflow stackspot-core/name-slug-workflow;
The 'stk run' workflow command is used exclusively for executing reusable Workflows. To run other types of workflows, utilize the specific commands that accept the --workflow parameter. For example, execute a deploy workflow using the 'stk deploy' command.
stk deploy app --workflow stackspot-core/name-slug-workflow-deploy-app
StackSpot Actions
Actions from StackSpot have been migrated to the Studio.
Setup SCM integration
StackSpot Action that executes the creation of repositories and configures the Workflow in the [SCM (Source Code Management), GitHub, GitLab, Azure, and Bitbucket] services (home/account/organization/scm-integration/index.md) to integrate with the StackSpot AI platform:
stk run action stackspot-core/setup-scm@1.0.0