diff --git a/docs/client/full-api/commandline.html b/docs/client/full-api/commandline.html index 8fbd007ca4..41d39dfc46 100644 --- a/docs/client/full-api/commandline.html +++ b/docs/client/full-api/commandline.html @@ -274,6 +274,12 @@ for example, npm packages. You can try to override that behavior with the --architecture flag. +

meteor lint

+ +Run through the whole build process for the app and run all linters the app +uses. Outputs all build errors or linting warnings to the standard output. + +

meteor search

Searches for Meteor packages and releases, whose names contain the specified diff --git a/docs/client/full-api/tableOfContents.js b/docs/client/full-api/tableOfContents.js index 6a6e46667f..da3ceeafb7 100644 --- a/docs/client/full-api/tableOfContents.js +++ b/docs/client/full-api/tableOfContents.js @@ -338,6 +338,7 @@ var toc = [ "meteor mongo", "meteor reset", "meteor build", + "meteor lint", "meteor search", "meteor show", "meteor publish",