Prompt about enabling auth providers when creating new app

This commit is contained in:
Navaneeth Suresh
2020-10-03 23:14:01 +05:30
parent 3af33eb045
commit c2cb5a038b
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);
@@ -55,6 +55,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: