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

hansva pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7b84fbf  HOP-2662 : Add CLI search tool
     new a1ae992  Merge pull request #62 from mattcasters/asf-site
7b84fbf is described below

commit 7b84fbf13286c9cf30ee10e98849fd3ef22ff90c
Author: Matt Casters <[email protected]>
AuthorDate: Mon Mar 29 13:26:40 2021 +0200

    HOP-2662 : Add CLI search tool
---
 .../modules/ROOT/pages/hop-search/index.adoc       | 46 ++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/hop-user-manual/modules/ROOT/pages/hop-search/index.adoc 
b/hop-user-manual/modules/ROOT/pages/hop-search/index.adoc
new file mode 100644
index 0000000..f92e5b1
--- /dev/null
+++ b/hop-user-manual/modules/ROOT/pages/hop-search/index.adoc
@@ -0,0 +1,46 @@
+[[HopSearch]]
+= Hop Search
+
+== Description
+
+Hop Run is a command line tool which allows you to search in your projects.
+It's particularly useful if you're working on a remote server over a ssh 
connection and you need to find a certain value, setting, transform, action and 
so on.
+
+The search will match names, keys, values, descriptions and so on.
+
+== Options
+
+|===
+|Option |Description |Default value| Available for plugin
+
+|`-j` or `--project`
+|The name of the project you want to search in
+|None or the configured default project when none is specified
+|Projects
+
+|`-e` or `--environment`
+|The environment to search in
+|None or the configured default environment when none is specified
+|Projects
+
+|`-h` or `--help`
+|Print the help options
+|None
+|
+
+|`-i` or `--case-insensitive`
+|Perform a case insensitive search
+|false
+|
+
+|`-x` or `--regular-expression`
+|The specified search string is a (Java) 
https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html[regular 
expression]
+|false
+|
+
+|`-l` or `--print-locations`
+|Print which locations are being looked at
+|false
+|
+
+|===

Reply via email to