OpenSearch/watcher
Alexander Reelsen 7ec8a7ab27 CLI tool: Fix exit status changes
In elastic/elasticsearch#12165 the return value of the CLITool was changed from an integer
to the ExitStatus enum. This commit adapts the cli tools of x-plugins.

Original commit: elastic/x-pack-elasticsearch@fc6478bfa5
2015-07-30 16:06:54 +02:00
..
.settings get watcher verify working 2015-07-22 09:49:57 -04:00
bin/watcher initial migration of watcher 2015-07-13 12:23:07 +02:00
dev-tools remove dependency on license zip in test scope and update integration test xml 2015-07-15 14:02:59 -04:00
docs Documentation: Fix calls for bin/plugin to be compatible with master 2015-07-24 12:24:44 +02:00
rest-api-spec initial migration of watcher 2015-07-13 12:23:07 +02:00
src CLI tool: Fix exit status changes 2015-07-30 16:06:54 +02:00
LICENSE.txt initial migration of watcher 2015-07-13 12:23:07 +02:00
NOTICE.txt initial migration of watcher 2015-07-13 12:23:07 +02:00
README.asciidoc initial migration of watcher 2015-07-13 12:23:07 +02:00
pom.xml apply the useBaseVersion fix to watcher as well 2015-07-28 11:35:20 -04:00

README.asciidoc

= Elasticsearch Watcher Plugin

This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`.

You can build the plugin with `mvn package`.

The documentation is put in the `docs/` directory.