Skip to main content
Version: Next

createBuiltinActions()

Home > @backstage/plugin-scaffolder-backend > createBuiltinActions

A function to generate create a list of default actions that the scaffolder provides. Is called internally in the default setup, but can be used when adding your own actions or overriding the default ones

TODO(blam): version 2 of the scaffolder shouldn't ship with the additional modules. We should ship the basics, and let people install modules for the providers they want to use.

Signature:

createBuiltinActions: (options: CreateBuiltInActionsOptions) => TemplateAction[]

Parameters

Parameter

Type

Description

options

CreateBuiltInActionsOptions

**Returns:**

TemplateAction[]

A list of actions that can be used in the scaffolder