Skip to content

Commit

Permalink
doc: Add documentation on 'tabia github contents' cli
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Jul 23, 2020
1 parent 633495c commit 82fc09e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,17 @@ $ bin/tabia github repositories -O philips-labs -f '{ !.IsPrivate() && !.IsInter
...........
........
```

#### Download contents

```bash
bin/tabia github contents --repo philips-labs/tabia --file README.md --output downloads/tabia/README.md
$ cat downloads/tabia/README.md
# Tabia

[![Go CI](https://github.com/philips-labs/tabia/workflows/Go%20CI/badge.svg)](https://github.com/philips-labs/tabia/actions)
[![codecov](https://codecov.io/gh/philips-labs/tabia/branch/develop/graph/badge.svg?token=K2R9WOXNBm)](https://codecov.io/gh/philips-labs/tabia)
...
...
..
```

0 comments on commit 82fc09e

Please sign in to comment.