From f6b4b099a514b84becfb58805e59ec181ef6c82b Mon Sep 17 00:00:00 2001 From: filipenevola Date: Wed, 8 Jan 2020 13:03:25 -0500 Subject: [PATCH] Adds Galaxy hosting URL when creating new Meteor apps --- tools/cli/commands.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/cli/commands.js b/tools/cli/commands.js index 3c7b056e2d..222e713465 100644 --- a/tools/cli/commands.js +++ b/tools/cli/commands.js @@ -864,6 +864,12 @@ main.registerCommand({ Console.url("https://www.meteor.com/tutorials"), Console.options({ indent: 2 })); + Console.info(""); + Console.info("When you’re ready to deploy and host your new Meteor application, check out Galaxy:"); + Console.info( + Console.url("https://www.meteor.com/hosting"), + Console.options({ indent: 2 })); + if (! options.bare && ! options.minimal && ! options.full &&