From cf58bb76b4fc258c367f802464c3eb7bd77fd91c Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 2 Aug 2017 13:01:14 -0700 Subject: [PATCH] Remove new command from gatsby package --- packages/gatsby/src/bin/cli.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/gatsby/src/bin/cli.js b/packages/gatsby/src/bin/cli.js index 955809bca9bf6..4998b416e9413 100644 --- a/packages/gatsby/src/bin/cli.js +++ b/packages/gatsby/src/bin/cli.js @@ -103,14 +103,6 @@ program serve(p) }) -program - .command(`new [rootPath] [starter]`) - .description(`Create new Gatsby project.`) - .action((rootPath, starter) => { - const newCommand = require(`../utils/new`) - newCommand(rootPath, starter) - }) - program.on(`--help`, () => { console.log( `To show subcommand help: