You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/08/17 10:01:13 UTC

[incubator-streampipes-installer] branch new_installer updated: [STREAMPIPES-196] some minor updates to the README

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

wiener pushed a commit to branch new_installer
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/new_installer by this push:
     new af40ecd  [STREAMPIPES-196] some minor updates to the README
af40ecd is described below

commit af40ecd3c982533431c0761124edb12153cdd2dd
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Aug 17 12:01:02 2020 +0200

    [STREAMPIPES-196] some minor updates to the README
---
 cli/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cli/README.md b/cli/README.md
index df2cf08..5a7d95b 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -73,13 +73,13 @@ streampipes template --list
 streampipes template --set pipeline-element
 ```
 
-**Start** environment in `dev` mode.
-> **IMPORTANT**: Make sure use this flag since we rely on open ports to core service such as `consul`, `couchdb`, `kafka` etc.
+**Start** environment ( default: `dev` mode).
+> **NOTE**: `dev` mode is enabled by default since we rely on open ports to core service such as `consul`, `couchdb`, `kafka` etc. to reach from the IDE when developing.
 
 ```bash
-streampipes start --dev
+streampipes start
 # start in regular mode with unmapped ports
-# streampipes start
+# streampipes start --user
 ```
 Now you're good to go to write your new pipeline element :tada: :tada: :tada: