[Pkg-owncloud-commits] [owncloud] 03/05: Install occ(8) wrapper in PATH

David Prévot taffit at moszumanska.debian.org
Mon Aug 18 22:34:14 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit a5e52403bc342876d556755f20ef6ac716abdd58
Author: David Prévot <taffit at debian.org>
Date:   Mon Aug 18 13:54:17 2014 -0400

    Install occ(8) wrapper in PATH
    
    help2man --name='ownCloud server command line interface' --section=8 \
    	--output=occ.8 --no-info --help-option=-- occ
    sed -i 's/OWNCLOUD/OCC/;s/^ownCloud \\- /occ \\- /' occ.8
---
 debian/links    |  3 ++
 debian/manpages |  1 +
 debian/occ.8    | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 100 insertions(+)

diff --git a/debian/links b/debian/links
index 206b6f3..218ca3d 100644
--- a/debian/links
+++ b/debian/links
@@ -1,3 +1,6 @@
+# Offer occ CLI in PATH
+usr/share/owncloud/occ	usr/sbin/occ
+
 # Link variable data directories
 var/lib/owncloud/assets	usr/share/owncloud/assets
 var/lib/owncloud/backup	usr/share/owncloud/backup
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..60aa151
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/occ.8
diff --git a/debian/occ.8 b/debian/occ.8
new file mode 100644
index 0000000..d55d19a
--- /dev/null
+++ b/debian/occ.8
@@ -0,0 +1,96 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.1.
+.TH OCC "8" "August 2014" "ownCloud version 7.0.1" "System Administration Utilities"
+.SH NAME
+occ \- ownCloud server command line interface
+.SH DESCRIPTION
+ownCloud version 7.0.1
+.SS "Usage:"
+.IP
+[options] command [arguments]
+.SH OPTIONS
+.HP
+\fB\-\-help\fR           \fB\-h\fR Display this help message.
+.HP
+\fB\-\-quiet\fR          \fB\-q\fR Do not output any message.
+.HP
+\fB\-\-verbose\fR        \fB\-v\fR|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
+.HP
+\fB\-\-version\fR        \fB\-V\fR Display this application version.
+.TP
+\fB\-\-ansi\fR
+Force ANSI output.
+.TP
+\fB\-\-no\-ansi\fR
+Disable ANSI output.
+.HP
+\fB\-\-no\-interaction\fR \fB\-n\fR Do not ask any interactive question.
+.SS "Available commands:"
+.TP
+help
+Displays help for a command
+.TP
+list
+Lists commands
+.TP
+status
+show some status information
+.TP
+upgrade
+run upgrade routines
+.PP
+app
+.TP
+app:disable
+disable an app
+.TP
+app:enable
+enable an app
+.TP
+app:list
+List all available apps
+.PP
+db
+.TP
+db:convert\-type
+Convert the ownCloud database to the newly configured one
+.TP
+db:generate\-change\-script
+generates the change script from the current connected db to db_structure.xml
+.PP
+files
+.TP
+files:scan
+rescan filesystem
+.PP
+ldap
+.TP
+ldap:set\-config
+modifies an LDAP configuration
+.TP
+ldap:show\-config
+shows the LDAP configuration
+.TP
+ldap:test\-config
+tests an LDAP configuration
+.PP
+maintenance
+.TP
+maintenance:mode
+set maintenance mode
+.TP
+maintenance:repair
+repair this installation
+.TP
+maintenance:singleuser
+set single user mode
+.PP
+user
+.TP
+user:lastseen
+shows when the user was logged it last time
+.TP
+user:report
+shows how many users have access
+.TP
+user:resetpassword
+Resets the password of the named user

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list