Skip to main content

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[]