[Python-modules-commits] [elasticsearch-curator] 10/11: Update es_repo_mgr(1) manpage

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Fri Dec 16 13:07:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository elasticsearch-curator.

commit 84a1f3f708736f84af91c2250c5e74835b75fb57
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Fri Dec 16 15:02:29 2016 +0200

    Update es_repo_mgr(1) manpage
---
 debian/es_repo_mgr.1 | 59 +++++++++++-----------------------------------------
 1 file changed, 12 insertions(+), 47 deletions(-)

diff --git a/debian/es_repo_mgr.1 b/debian/es_repo_mgr.1
index 3a156ae..14337f6 100644
--- a/debian/es_repo_mgr.1
+++ b/debian/es_repo_mgr.1
@@ -1,4 +1,4 @@
-.TH ES_REPO_MGR "1" "February 2015" "es_repo_mgr 2.1.2" "User Commands"
+.TH ES_REPO_MGR "1" "December 2016" "curator 4.2" "User Commands"
 .SH NAME
 \fBes_repo_mgr\fP \- snapshot repository manager for Elasticsearch
 .BR curator (1).
@@ -23,67 +23,32 @@ identified by \-\-location.
 \fB\-h\fR, \fB\-\-help\fR
 show this program usage and exit
 .TP
-\fB\-v\fR, \fB\-\-version\fR
-show program's version number and exit
-.TP
-\fB\-\-host\fR HOST
-Elasticsearch host. Default: localhost
-.TP
-\fB\-\-url_prefix\fR URL_PREFIX
-Elasticsearch http url prefix. Default: none
-.TP
-\fB\-\-port\fR PORT
-Elasticsearch port. Default: 9200
-.TP
-\fB\-\-ssl\fR
-Connect to Elasticsearch through SSL. Default: false
-.TP
-\fB\-\-auth\fR AUTH
-Use Basic Authentication ex: user:pass Default: None
-.TP
-\fB\-t\fR TIMEOUT, \fB\-\-timeout\fR TIMEOUT
-Connection timeout in seconds. Default: 30
-.TP
-\fB\-n\fR, \fB\-\-dry\-run\fR
-If true, does not perform any changes to the
-Elasticsearch indices.
-.TP
-\fB\-D\fR, \fB\-\-debug\fR
-Debug mode
-.TP
-\fB\-\-loglevel\fR LOG_LEVEL
-Log level
-.TP
-\fB\-l\fR LOG_FILE, \fB\-\-logfile\fR LOG_FILE
-log file
-.TP
-\fB\-\-logformat\fR LOGFORMAT
-Log output format [default|logstash]. Default: default
+\fB\-\-config\fR PATH
+Path to configuration file. Default: ~/.curator/curator.yml
 
 .SH COMMANDS
 Each command accepts a number of options and positional arguments. Run
 \fBes_repo_mgr\fP \fICOMMAND\fP \fB\-\-help\fP for command\-specific help. The
 following commands are available:
 .TP
-.B create_fs
-Create an \fBfs\fP type repository
-.TP
-.B create_s3
-Create an \fBs3\fP type repository
+.B create
+Create a new repository
 .TP
 .B delete
-Delete named repository
+Delete a named repository
 .TP
 .B show
-Show all registered repositories
+Show all repositories
 
 .SH "SEE ALSO"
-.BR curator (1)
+.BR curator (1) "" ", " curator_cli (1)
 
 Additional documentation for
 .B es_repo_mgr
 can be found at curator's wiki at
-https://github.com/elasticsearch/curator/wiki.
+https://github.com/elasticsearch/curator/wiki. On Debian systems, information
+about the curator.yml configuration file can be found in
+.BR /usr/share/doc/elasticsearch-curator/reference.txt.gz .
 
 .SH AUTHOR
 \fBcurator\fP was originally written by Aaron Mildenstein
@@ -97,4 +62,4 @@ the Debian project (but may be used by others).
 This software is released under the Apache License, Version 2.0. See
 /usr/share/doc/elasticsearch-curator/copyright for more details.
 
-Copyright 2011-2015 Elasticsearch and contributors.
+Copyright 2011-2016 Elasticsearch and contributors.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/elasticsearch-curator.git



More information about the Python-modules-commits mailing list