Skip to content

Commit

Permalink
commit 45de881
Browse files Browse the repository at this point in the history
Merge: 266e1b1 27ef08f
Author: Phil Davis <phil@jankaritech.com>
Date:   Tue Dec 1 09:43:51 2020 +0545

    Merge pull request #995 from owncloud/bump-core-test-commit-20201201

    [tests-only] bump core test commit id to get TUS chunking tests
  • Loading branch information
phil-davis committed Dec 1, 2020
1 parent 2fa3cbe commit f0af875
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 165 deletions.
56 changes: 28 additions & 28 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-30T17:13:06+0000"
date: "2020-12-01T04:27:01+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -37,35 +37,32 @@ If you prefer to configure the service with environment variables you can see th

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.

### accounts version

Print the versions of the running instances

Usage: `accounts version [command options] [arguments...]`
### accounts ocis-accounts

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Provide accounts and groups for oCIS

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.
Usage: `accounts ocis-accounts [command options] [arguments...]`

### accounts rebuildIndex
--log-level | $ACCOUNTS_LOG_LEVEL
: Set logging level. Default: `info`.

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents
--log-pretty | $ACCOUNTS_LOG_PRETTY
: Enable pretty logging. Default: `true`.

Usage: `accounts rebuildIndex [command options] [arguments...]`
--log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

### accounts update

Make changes to an existing account

Usage: `accounts update [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...]`

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Expand Down Expand Up @@ -145,30 +142,33 @@ Usage: `accounts remove [command options] [arguments...]`
--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts inspect
### accounts version

Show detailed data on an existing account
Print the versions of the running instances

Usage: `accounts inspect [command options] [arguments...]`
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 ocis-accounts
### accounts rebuildIndex

Provide accounts and groups for oCIS
Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

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

--log-level | $ACCOUNTS_LOG_LEVEL
: Set logging level. Default: `info`.
### accounts list

--log-pretty | $ACCOUNTS_LOG_PRETTY
: Enable pretty logging. Default: `true`.
List existing accounts

--log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.
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`.

2 changes: 1 addition & 1 deletion extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-30T17:13:09+0000"
date: "2020-12-01T04:27:04+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-11-30T17:13:13+0000"
date: "2020-12-01T04:27:09+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
Loading

0 comments on commit f0af875

Please sign in to comment.