Merge pull request #19842 from raffitamizian/enable-dryrun-yeoman
Enables dry-run for yeoman scaffolder action
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
|
||||
---
|
||||
|
||||
Enables dry-run functionality for the run:yeoman scaffolder action
|
||||
@@ -61,6 +61,7 @@ export function createRunYeomanAction() {
|
||||
},
|
||||
},
|
||||
},
|
||||
supportsDryRun: true,
|
||||
async handler(ctx) {
|
||||
ctx.logger.info(
|
||||
`Templating using Yeoman generator: ${ctx.input.namespace}`,
|
||||
|
||||
Reference in New Issue
Block a user