[Pkg-owncloud-commits] [owncloud] 01/02: Update manpage
David Prévot
taffit at moszumanska.debian.org
Thu Oct 22 19:49:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 6e51429495a86c6af2e62d7156599ff26f592358
Author: David Prévot <taffit at debian.org>
Date: Thu Oct 22 11:56:24 2015 -0400
Update manpage
---
debian/README.source | 2 +-
debian/occ.8 | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 67 insertions(+), 2 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index bb3a3b5..5da131d 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -25,7 +25,7 @@ directory) — owncloud needs to be installed and setup, that’s why the manpag
isn’t generated at build time:
$ help2man \
- --version-string=8.1 \
+ --version-string=8.2 \
--help-option=\ --no-info \
--include=occ.8.in --section=8 --output=occ.8 \
"echo -n Usage: occ && sudo -u www-data occ --no-ansi | tail -n+4"
diff --git a/debian/occ.8 b/debian/occ.8
index f7acb2f..d9cf37d 100644
--- a/debian/occ.8
+++ b/debian/occ.8
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.2.
-.TH OCC "8" "September 2015" "occ 8.1" "System Administration Utilities"
+.TH OCC "8" "October 2015" "occ 8.2" "System Administration Utilities"
.SH NAME
occ \- ownCloud server command line interface
.SH SYNOPSIS
@@ -69,6 +69,32 @@ Use cron to run background jobs
background:webcron
Use webcron to run background jobs
.IP
+config
+.TP
+config:app:delete
+Delete an app config value
+.TP
+config:app:get
+Get an app config value
+.TP
+config:app:set
+Set an app config value
+.TP
+config:import
+Import a list of configs
+.TP
+config:list
+List all configs
+.TP
+config:system:delete
+Delete a system config value
+.TP
+config:system:get
+Get a system config value
+.TP
+config:system:set
+Set a system config value
+.IP
db
.TP
db:convert\-type
@@ -79,12 +105,24 @@ generates the change script from the current connected db to db_structure.xml
.IP
encryption
.TP
+encryption:change\-key\-storage\-root
+Change key storage root
+.TP
+encryption:decrypt\-all
+Disable server\-side encryption and decrypt all files
+.TP
encryption:disable
Disable encryption
.TP
encryption:enable
Enable encryption
.TP
+encryption:enable\-master\-key
+Enable the master key. Only available for fresh installations with no existing encrypted data! There is also no way to disable it again.
+.TP
+encryption:encrypt\-all
+Encrypt all files for all users
+.TP
encryption:list\-modules
List all available encryption modules
.TP
@@ -94,6 +132,9 @@ initial migration to encryption 2.0
encryption:set\-default\-module
Set the encryption default module
.TP
+encryption:show\-key\-storage\-root
+Show current key storage root
+.TP
encryption:status
Lists the current status of encryption
.IP
@@ -136,8 +177,22 @@ shows which users are not available on LDAP anymore, but have remnants in ownClo
ldap:test\-config
tests an LDAP configuration
.IP
+log
+.TP
+log:manage
+manage logging configuration
+.TP
+log:owncloud
+manipulate ownCloud logging backend
+.IP
maintenance
.TP
+maintenance:mimetype:update\-db
+Update database mimetypes and update filecache
+.TP
+maintenance:mimetype:update\-js
+Update mimetypelist.js
+.TP
maintenance:mode
set maintenance mode
.TP
@@ -163,6 +218,11 @@ Recreates the search indices for all items
news:verify\-install
Run this command to check if your News installation has outdated or missing files.
.IP
+trashbin
+.TP
+trashbin:cleanup
+Remove deleted files
+.IP
user
.TP
user:add
@@ -179,3 +239,8 @@ shows how many users have access
.TP
user:resetpassword
Resets the password of the named user
+.IP
+versions
+.TP
+versions:cleanup
+Delete versions
--
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