Merge pull request #2737 from themousepotato/prompt-auth-create-app

Prompt about enabling auth providers when creating new app
This commit is contained in:
Marcus Eide
2020-10-08 17:44:28 +02:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -148,6 +148,10 @@ export default async (cmd: Command): Promise<void> => {
chalk.green(`🥇 Successfully created ${chalk.cyan(answers.name)}`),
);
Task.log();
Task.log(
'See https://backstage.io/docs/tutorials/quickstart-app-auth to know more about enabling auth providers',
);
Task.log();
Task.exit();
} catch (error) {
Task.error(error.message);
@@ -50,6 +50,7 @@ lighthouse:
baseUrl: http://localhost:3003
auth:
# see https://backstage.io/docs/tutorials/quickstart-app-auth to know more about enabling auth providers
providers: {}
scaffolder: