diff --git a/tools/commands.js b/tools/commands.js index fc63fd1833..cec9c51349 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -1517,6 +1517,7 @@ main.registerCommand({ maxArgs: Infinity, hidden: true, pretty: true, + requiresApp: true, catalogRefresh: new catalog.Refresh.OnceAtStart({ ignoreErrors: true }) }, function (options) { var projectContextModule = require('./project-context.js');