Skip to content

Commit

Permalink
commit 45c3b07
Browse files Browse the repository at this point in the history
Merge: cd66eb9 67441a7
Author: Artur Neumann <artur@jankaritech.com>
Date:   Thu Nov 11 15:51:50 2021 +0545

    Merge pull request #2753 from owncloud/testArchiverShares

    [tests-only] test archiver endpoint with shares
  • Loading branch information
individual-it committed Nov 11, 2021
1 parent 34ea103 commit 2e82cac
Show file tree
Hide file tree
Showing 14 changed files with 756 additions and 756 deletions.
30 changes: 15 additions & 15 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-11-11T08:16:13+0000"
date: "2021-11-11T10:07:10+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -161,11 +161,11 @@ Usage: `accounts add [command options] [arguments...]`



### accounts list
### accounts inspect

List existing accounts
Show detailed data on an existing account

Usage: `accounts list [command options] [arguments...]`
Usage: `accounts inspect [command options] [arguments...]`



Expand Down Expand Up @@ -237,16 +237,16 @@ Usage: `accounts list [command options] [arguments...]`



-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `"com.owncloud.api"`.


-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.


-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `"com.owncloud.api"`.


-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.

### accounts remove

Expand Down Expand Up @@ -545,15 +545,11 @@ Usage: `accounts version [command options] [arguments...]`



### accounts inspect

Show detailed data on an existing account

Usage: `accounts inspect [command options] [arguments...]`


### accounts list

List existing accounts

Usage: `accounts list [command options] [arguments...]`



Expand Down Expand Up @@ -632,6 +628,10 @@ Usage: `accounts inspect [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.





### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents
Expand Down
2 changes: 1 addition & 1 deletion extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-11-11T08:17:03+0000"
date: "2021-11-11T10:08:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-11-11T08:17:03+0000"
date: "2021-11-11T10:08:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-11-11T08:17:03+0000"
date: "2021-11-11T10:08:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-11-11T08:17:03+0000"
date: "2021-11-11T10:08:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
90 changes: 45 additions & 45 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-11-11T08:17:03+0000"
date: "2021-11-11T10:08:05+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -35,50 +35,6 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with command-line flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### ocs version

Print the versions of the running instances

Usage: `ocs version [command options] [arguments...]`
































-http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `"com.owncloud.web"`.


-name | $OCS_NAME
: Service name. Default: `"ocs"`.

### ocs health

Check health status
Expand Down Expand Up @@ -283,3 +239,47 @@ Usage: `ocs server [command options] [arguments...]`



### ocs version

Print the versions of the running instances

Usage: `ocs version [command options] [arguments...]`
































-http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `"com.owncloud.web"`.


-name | $OCS_NAME
: Service name. Default: `"ocs"`.

Loading

0 comments on commit 2e82cac

Please sign in to comment.