Skip to content

Commit

Permalink
feat(cli): add "info" command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fsalker committed Jul 30, 2020
1 parent 270caf4 commit 76c6970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ if (!process.env.DEBUG.includes(WEBINY)) {
process.env.DEBUG += `,${WEBINY}`;
}

const info = require("./info");
const run = require("./run");

module.exports.createCommands = (yargs, context) => {
context.plugins.register(run);
context.plugins.register(info);

context.loadUserPlugins();

Expand Down

0 comments on commit 76c6970

Please sign in to comment.