You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by kl...@apache.org on 2018/11/19 16:29:58 UTC

[mesos] 03/03: Updated configuration docs describing how to build the new CLI.

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

klueska pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 2a899351641c8defb7d677bad25fe2b479d1f0b6
Author: Armand Grillet <ag...@mesosphere.io>
AuthorDate: Mon Nov 19 10:50:47 2018 -0500

    Updated configuration docs describing how to build the new CLI.
    
    Review: https://reviews.apache.org/r/69381/
---
 docs/configuration/autotools.md | 10 ++++++++++
 docs/configuration/cmake.md     |  3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/docs/configuration/autotools.md b/docs/configuration/autotools.md
index b85de19..55a5de8 100644
--- a/docs/configuration/autotools.md
+++ b/docs/configuration/autotools.md
@@ -201,6 +201,16 @@ layout: documentation
   </tr>
   <tr>
     <td>
+      --enable-new-cli
+    </td>
+    <td>
+      Whether to build the new Python CLI. This option requires Python 3
+      which can be set using the PYTHON_3 environment variable.
+      [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
       --disable-python
     </td>
     <td>
diff --git a/docs/configuration/cmake.md b/docs/configuration/cmake.md
index 188c60a..554c3bf 100644
--- a/docs/configuration/cmake.md
+++ b/docs/configuration/cmake.md
@@ -162,7 +162,8 @@ See more information in the [CMake documentation](../cmake.md).
       -DENABLE_NEW_CLI=(TRUE|FALSE)
     </td>
     <td>
-      Build the new CLI instead of the old one. [default=FALSE]
+      Enable the new Python CLI by building a binary using PyInstaller. This option
+      requires Python 3 which can be set using the CMake option. [default=FALSE]
     </td>
   </tr>
   <tr>