You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/10/21 05:08:27 UTC

[GitHub] [openwhisk] chetanmeh commented on a change in pull request #4686: A playground UI intended for the standalone controller

chetanmeh commented on a change in pull request #4686: A playground UI intended for the standalone controller
URL: https://github.com/apache/openwhisk/pull/4686#discussion_r336839126
 
 

 ##########
 File path: core/standalone/README.md
 ##########
 @@ -102,21 +107,35 @@ $ java -jar openwhisk-standalone.jar -h
                                       configuring Prometheus to connect to
                                       existing running service instance
       --disable-color-logging         Disables colored logging
+      --enable-bootstrap              Enable bootstrap of default users and
+                                      actions like those needed for Api Gateway
+                                      or Playground UI. By default bootstrap is
+                                      done by default when using Memory store or
+                                      default CouchDB support. When using other
+                                      stores enable this flag to get bootstrap
+                                      done
       --kafka-docker-port  <arg>      Kafka port for use by docker based
                                       services. If not specified then 9091 or
                                       some random free port (if 9091 is busy)
                                       would be used
       --kafka-port  <arg>             Kafka port. If not specified then 9092 or
                                       some random free port (if 9092 is busy)
                                       would be used
+      --no-pg                         Disable Playground UI
 
 Review comment:
   Makes sense. Name it `--no-ui` now

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services