This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit c9e20091447b7c36879c049c0b6807aafecaf531
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Mon Feb 10 13:33:09 2020 -0800

    Delete docs for `install` and `sync` commands
---
 docs/command_list/newt_install.rst | 38 -------------------------------------
 docs/command_list/newt_sync.rst    | 39 --------------------------------------
 2 files changed, 77 deletions(-)

diff --git a/docs/command_list/newt_install.rst 
b/docs/command_list/newt_install.rst
deleted file mode 100644
index 149258f..0000000
--- a/docs/command_list/newt_install.rst
+++ /dev/null
@@ -1,38 +0,0 @@
-newt install 
--------------
-
-Install project dependencies.
-
-Usage:
-^^^^^^
-
-.. code-block:: console
-
-        newt install [flags]
-
-Flags:
-^^^^^^
-
-.. code-block:: console
-
-        -f, --force  Force install of the repositories in project, regardless 
of what exists in repos directory
-
-Global Flags:
-^^^^^^^^^^^^^
-
-.. code-block:: console
-
-        -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
-
-Description
-^^^^^^^^^^^
-
-This command downloads the description for all the repositories specified in 
the ``project.yml`` file for the current project, and installs the correct 
versions of all the packages specified by the project dependencies.
-
-You must run this command from within the current project directory. (Remember 
to ``cd`` into this project directory after you use ``newt new`` to create this 
project before you run ``newt install``.)
diff --git a/docs/command_list/newt_sync.rst b/docs/command_list/newt_sync.rst
deleted file mode 100644
index 685e05f..0000000
--- a/docs/command_list/newt_sync.rst
+++ /dev/null
@@ -1,39 +0,0 @@
-newt sync
-----------
-
-Synchronize and refresh the contents of the local copy of all the repositories 
used in the project with the latest
-updates maintained in the remote repositories.
-
-Usage:
-^^^^^^
-
-.. code-block:: console
-
-        newt sync [flags]
-
-Flags:
-^^^^^^
-
-.. code-block:: console
-
-        -f, --force             Force overwrite of existing remote repository
-
-Global Flags:
-^^^^^^^^^^^^^
-
-.. code-block:: console
-
-        -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
-
-Description
-^^^^^^^^^^^
-
-Synchronize project dependencies and repositories. Prior to 1.0.0 release, the 
command deletes and resynchronizes each
-repository. Post 1.0.0, it will abort the synchronization if there are any 
local changes to any repository. Using the -f
-to force overwrite of existing repository will stash and save the changes 
while pulling in all the latest changes from the remote repository.

Reply via email to