Skip to content

Commit

Permalink
Add CLI Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 committed Feb 1, 2024
1 parent d88a7f7 commit aaf8d88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,14 @@ duck --username <Access Key ID> --list s3:/
```{code-block}
duck --username <Access Key ID> --list s3:/<bucketname>/
```
- List a vault on OneDrive
```{code-block}
duck --list "onedrive:/My Files/<vault name>/"
```
- Download a single file from a vault on OneDrive
```{code-block}
duck --download "onedrive:/My Files/<vault name>/<file name>" ~/Downloads/ --vault "/My Files/<vault name>/"
```

### Generic Options

Expand Down

0 comments on commit aaf8d88

Please sign in to comment.