example-backend: log info about create-app and update readme

Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
This commit is contained in:
Himanshu Mishra
2021-06-21 15:42:12 +02:00
parent 66557e61cb
commit 1e7427d3c7
2 changed files with 6 additions and 3 deletions
+5
View File
@@ -73,6 +73,11 @@ function makeCreateEnv(config: Config) {
async function main() {
const logger = getRootLogger();
logger.info(
`You are running an example backend, which is supposed to be mainly used for contributing back to Backstage. ` +
`Do NOT deploy this to production. Read more here https://backstage.io/docs/getting-started/`,
);
const config = await loadBackendConfig({
argv: process.argv,
logger,