mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
1.3 KiB
1.3 KiB
title, date, geekdocRepo, geekdocEditPath, geekdocFilePath
| title | date | geekdocRepo | geekdocEditPath | geekdocFilePath |
|---|---|---|---|---|
| Service Dependent CLI | 2025-11-13T00:00:00+00:00 | https://github.com/owncloud/ocis | edit/master/docs/cli-commands/ | service_dependent_cli.md |
This document describes ocis CLI commands that are embedded in a service.
{{< toc >}}
Common Parameters
The ocis package offers a variety of CLI commands for monitoring or repairing ocis installations. Most of these commands have common parameters such as:
-
--help(or-h)
Use to print all available options. -
--basePath(or-p)
Needs to point to a storage provider, paths can vary depending on your ocis installation. Example paths are:.ocis/storage/users # bare metal installation /var/tmp/ocis/storage/users # docker installation ... -
--dry-run
This parameter, when available, defaults totrueand must explicitly set tofalse. -
--verbose(or-v)
Get a more verbose output.
List of CLI Commands
For CLI commands that are embedded in a service, see the following services:
- [Auth-App]({{< ref "../services/auth-app/" >}})
- [Graph]({{< ref "../services/graph/" >}})
- [Postprocessing]({{< ref "../services/postprocessing/" >}})
- [Storage-Users]({{< ref "../services/storage-users/" >}})