You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/03/07 21:53:36 UTC

incubator-mynewt-newt git commit: Update newt help printout.

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/1_0_0_dev 9ed56d038 -> 3b079e9ee


Update newt help printout.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/3b079e9e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/3b079e9e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/3b079e9e

Branch: refs/heads/1_0_0_dev
Commit: 3b079e9ee1e0f300df4897e2d434fbcab23abd7e
Parents: 9ed56d0
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Mar 7 13:52:44 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Mar 7 13:52:44 2017 -0800

----------------------------------------------------------------------
 INSTALLING.md | 57 ++++++++++++++++++++++++++++++------------------------
 1 file changed, 32 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/3b079e9e/INSTALLING.md
----------------------------------------------------------------------
diff --git a/INSTALLING.md b/INSTALLING.md
index 885f6cf..8a0a0a5 100644
--- a/INSTALLING.md
+++ b/INSTALLING.md
@@ -36,14 +36,14 @@ You can test the installation by running newt:
 
 ```no-highlight
 $ newt
-Newt allows you to create your own embedded application based on the Mynewt
-operating system. Newt provides both build and package management in a single
-tool, which allows you to compose an embedded application, and set of
-projects, and then build the necessary artifacts from those projects. For more
-information on the Mynewt operating system, please visit
-https://mynewt.apache.org/.
-
-Please use the newt help command, and specify the name of the command you want
+Newt allows you to create your own embedded application based on the Mynewt 
+operating system. Newt provides both build and package management in a single 
+tool, which allows you to compose an embedded application, and set of 
+projects, and then build the necessary artifacts from those projects. For more 
+information on the Mynewt operating system, please visit 
+https://mynewt.apache.org/. 
+
+Please use the newt help command, and specify the name of the command you want 
 help for, for help on how to use a specific command
 
 Usage:
@@ -56,28 +56,35 @@ Examples:
     For help on <command-name>.  If not specified, print this message.
 
 Available Commands:
-  version      Display the Newt version number.
-  install      Install project dependencies
-  upgrade      Upgrade project dependencies
-  new          Create a new project
+  build        Build one or more targets
+  clean        Delete build artifacts for one or more targets
+  create-image Add image header to target binary
+  debug        Open debugger session to target
   info         Show project info
-  target       Command for manipulating targets
-  build        Builds one or more apps.
-  clean        Deletes app build artifacts.
-  test         Executes unit tests for one or more packages
+  install      Install project dependencies
   load         Load built target to board
-  debug        Open debugger session to target
-  size         Size of target components
-  create-image Add image header to target binary
+  mfg          Manufacturing flash image commands
+  new          Create a new project
+  pkg          Create and manage packages in the current workspace
   run          build/create-image/download/debug <target>
+  size         Size of target components
+  sync         Synchronize project dependencies
+  target       Commands to create, delete, configure, and query targets
+  test         Executes unit tests for one or more packages
+  upgrade      Upgrade project dependencies
+  vals         Display valid values for the specified element type(s)
+  version      Display the Newt version number
 
 Flags:
-  -h, --help              help for newt
-  -l, --loglevel string   Log level, defaults to WARN. (default "WARN")
-  -o, --outfile string    Filename to tee log output to
-  -q, --quiet             Be quiet; only display error output.
-  -s, --silent            Be silent; don't output anything.
-  -v, --verbose           Enable verbose output when executing commands.
+  -h, --help              Help for newt commands
+  -j, --jobs int          Number of concurrent build jobs (default 8)
+  -l, --loglevel string   Log level (default "WARN")
+  -o, --outfile string    Filename to tee output to
+  -q, --quiet             Be quiet; only display error output
+  -s, --silent            Be silent; don't output anything
+  -v, --verbose           Enable verbose output when executing commands
 
 Use "newt [command] --help" for more information about a command.
+
+
 ```