Skip to content

Commit

Permalink
Merge pull request #477 from iterate-ch/issue/466
Browse files Browse the repository at this point in the history
Add CLI Examples
  • Loading branch information
dkocher authored Feb 2, 2024
2 parents 11617db + 5aca855 commit f394c36
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 without using the `--vault` option
```{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 f394c36

Please sign in to comment.