Skip to content

Commit

Permalink
Merge pull request #10713 from owncloud/ocis_shares_cleanup
Browse files Browse the repository at this point in the history
[docs-only] Add 'ocis shares cleanup' command to the common readme
  • Loading branch information
mmattel authored Dec 3, 2024
2 parents d3619d0 + 3d03c3e commit 6a3eac3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ocis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ Allows specifying the blobstore to use. Defaults to `ocis`. Empty blobs will not
* `--fail`\
Exits with non-zero exit code if inconsistencies are found. Useful for automation.

### Cleanup Orphaned Shares

When a shared space or directory got deleted, use the `shares cleanup` command to remove those share orphans. This can't be done automatically at the moment.

```bash
ocis shares cleanup
```

### Revisions CLI

The revisions command allows removing the revisions of files in the storage.
Expand Down

0 comments on commit 6a3eac3

Please sign in to comment.