Skip to content

Commit

Permalink
commit fba3688
Browse files Browse the repository at this point in the history
Merge: ad0e7fe f7867e4
Author: Michael Barz <mbarz@owncloud.com>
Date:   Mon Aug 2 08:58:33 2021 +0200

    Merge pull request #2328 from ishank011/ocs-cache-warmup

    Add ocs cache warmup config and warn on protobuf ns conflicts
  • Loading branch information
micbar committed Aug 2, 2021
1 parent 912da73 commit 35396b1
Show file tree
Hide file tree
Showing 15 changed files with 903 additions and 869 deletions.
188 changes: 94 additions & 94 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-07-30T13:42:53+0000"
date: "2021-08-02T06:58:51+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -236,13 +236,11 @@ Usage: `accounts list [command options] [arguments...]`



### accounts remove

Removes an existing account

Usage: `accounts remove [command options] [arguments...]`
### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

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



Expand Down Expand Up @@ -308,12 +306,8 @@ Usage: `accounts remove [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"`.



Expand Down Expand Up @@ -432,6 +426,87 @@ Usage: `accounts update [command options] [arguments...]`





### accounts version

Print the versions of the running instances

Usage: `accounts version [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"`.





### accounts inspect
Expand Down Expand Up @@ -515,11 +590,11 @@ Usage: `accounts inspect [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.

### accounts rebuildIndex
### accounts remove

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents
Removes an existing account

Usage: `accounts rebuildIndex [command options] [arguments...]`
Usage: `accounts remove [command options] [arguments...]`



Expand Down Expand Up @@ -587,6 +662,12 @@ Usage: `accounts rebuildIndex [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"`.



Expand Down Expand Up @@ -837,87 +918,6 @@ Usage: `accounts server [command options] [arguments...]`








### accounts version

Print the versions of the running instances

Usage: `accounts version [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"`.



Expand Down
110 changes: 55 additions & 55 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-07-30T13:43:46+0000"
date: "2021-08-02T06:59:50+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -34,6 +34,60 @@ If multiple variables are listed for one option, they are in order of precedence
### Commandline flags

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

### glauth ocis-glauth

Serve GLAuth API for oCIS

Usage: `glauth ocis-glauth [command options] [arguments...]`


-log-level | $GLAUTH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.


-log-pretty | $GLAUTH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.


-log-color | $GLAUTH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.





































### glauth server

Expand Down Expand Up @@ -216,60 +270,6 @@ Usage: `glauth health [command options] [arguments...]`




















### glauth ocis-glauth

Serve GLAuth API for oCIS

Usage: `glauth ocis-glauth [command options] [arguments...]`


-log-level | $GLAUTH_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.


-log-pretty | $GLAUTH_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.


-log-color | $GLAUTH_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.























Expand Down
Loading

0 comments on commit 35396b1

Please sign in to comment.