Skip to content

Latest commit

 

History

History
88 lines (83 loc) · 3.81 KB

npm.outdated.md

File metadata and controls

88 lines (83 loc) · 3.81 KB

[ BACK (to readme.md) ]   [ API ]   [ Contributing ]   [ HELP (jsbr npm dependency) ]   [ HELP (jsbr npm install) ]   [ HELP (jsbr npm run) ]   [ Frameworks ]   [ Grunt ]

install

Call npm outdated for one or more projects.

format
> jsbr npm install --script <scriptname> [options] [directories]
options
--json boolean show information in JSON format.
--long boolean show extended information.
--parseable boolean show parseable output instead of tree view.
--global boolean check packages in the global install prefix instead of in the current project.
--depth integer max depth for checking dependency tree.
additional options (will extend the arguments iterated by jsbr fs clean)
--env:args:use:[propertyname] boolean read the arguments (directories) from property 'propertyname'
--env:args:append:[propertyname] boolean read the arguments (directories) from property 'propertyname' and append them to existing arguments.
--env:args:prepend:[propertyname] boolean read the arguments (directories) from property 'propertyname' and prepend them to existing arguments.
additional options (will narrow the arguments iterated by jsbr fs clean)
--args:from integer start cleaning task at and including this position, in the list of directories (arguments)
--args:to integer stop cleaning task at and including this position, in the list of directories (arguments)
--args:index integer run cleaning task (only!) for this position, in the list of directories (arguments)
(will override any ranges set by --args:from and --args:to)
special options
--env:opt:[optionname]:[propertyname] boolean inject an option by using a property value (configuration file)
--debug boolean display debug information
--help boolean display help for command jsbr fs clean

examples:


Run 'npm outdated' for all projects in the global list of projects

> jsbr npm outdated