@backstage/plugin-scaffolder-node
Home > @backstage/plugin-scaffolder-node
The scaffolder-node module for @backstage/plugin-scaffolder-backend
.
Functions
Function |
Description |
---|---|
This function is used to create new template actions to get type safety. Will convert zod schemas to json schemas for use throughout the system. | |
Deserializes a list of serialized files into the target directory. This method uses | |
Run a command in a sub-process, normally a shell command. | |
A helper function that reads the contents of a directory from the given URL. Can be used in your own actions, and also used behind fetch:template and fetch:plain | |
A helper function that reads the content of a single file from the given URL. Can be used in your own actions, and also used behind | |
Interfaces
Interface |
Description |
---|---|
TaskBroker | |
Task |
Type Aliases
Type Alias |
Description |
---|---|
ActionContext is passed into scaffolder actions. | |
Options for executeShellCommand(). | |
SerializedTask | |
SerializedTaskEvent | |
The options passed to TaskBroker.dispatch() Currently a spec and optional secrets | |
The result of TaskBroker.dispatch() | |
The state of a completed task. | |
TaskEventType | |
TaskSecrets | |
The status of each step of the Task | |