You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2016/02/08 15:48:33 UTC

[2/4] couchdb-nmo git commit: Add .md file extension to activetasks

Add .md file extension to activetasks


Project: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/commit/d77c39d3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/tree/d77c39d3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-nmo/diff/d77c39d3

Branch: refs/heads/master
Commit: d77c39d3f990b1802ee85109cc9dda05e9acf323
Parents: 559d389
Author: Garren Smith <ga...@gmail.com>
Authored: Mon Feb 8 14:12:51 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Feb 8 16:44:42 2016 +0200

----------------------------------------------------------------------
 doc/cli/nmo-activetasks    | 27 ---------------------------
 doc/cli/nmo-activetasks.md | 27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-nmo/blob/d77c39d3/doc/cli/nmo-activetasks
----------------------------------------------------------------------
diff --git a/doc/cli/nmo-activetasks b/doc/cli/nmo-activetasks
deleted file mode 100644
index 200334b..0000000
--- a/doc/cli/nmo-activetasks
+++ /dev/null
@@ -1,27 +0,0 @@
-nmo-activetasks(1) -- view activetasks
-===========================================
-
-## SYNOPSIS
-
-    nmo activetasks cluster [<filter>] [--json]
-    nmo activetasks url [<filter>] [--json]
-
-
-## DESCRIPTION
-
-Get the list of active tasks from a specified url and filter it according to
-the supplied filter.
-
-The filter can be either the task type e.g replication, view_indexer or a
-database name found in either the source, target or database field.
-
-Example:
-
-This will get all the current activetasks
-    nmo activetasks mycluster
-
-This will get the replication active tasks from the CouchDB at the specified url
-    nmo activetasks http://127.0.0.1:5984 replication
-
-This will get all the current activetasks related the the datbase 'mydb'
-    nmo activetasks mycluster mydb

http://git-wip-us.apache.org/repos/asf/couchdb-nmo/blob/d77c39d3/doc/cli/nmo-activetasks.md
----------------------------------------------------------------------
diff --git a/doc/cli/nmo-activetasks.md b/doc/cli/nmo-activetasks.md
new file mode 100644
index 0000000..200334b
--- /dev/null
+++ b/doc/cli/nmo-activetasks.md
@@ -0,0 +1,27 @@
+nmo-activetasks(1) -- view activetasks
+===========================================
+
+## SYNOPSIS
+
+    nmo activetasks cluster [<filter>] [--json]
+    nmo activetasks url [<filter>] [--json]
+
+
+## DESCRIPTION
+
+Get the list of active tasks from a specified url and filter it according to
+the supplied filter.
+
+The filter can be either the task type e.g replication, view_indexer or a
+database name found in either the source, target or database field.
+
+Example:
+
+This will get all the current activetasks
+    nmo activetasks mycluster
+
+This will get the replication active tasks from the CouchDB at the specified url
+    nmo activetasks http://127.0.0.1:5984 replication
+
+This will get all the current activetasks related the the datbase 'mydb'
+    nmo activetasks mycluster mydb