Skip to content

Commit

Permalink
Merge pull request #1013 from uc-cdis/chore/fence-create-doc-update
Browse files Browse the repository at this point in the history
Document fence-create --append info
  • Loading branch information
BinamB committed Mar 3, 2022
2 parents b22f311 + f12392f commit 02413cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,11 @@ fence-create client-modify --client CLIENT_NAME --urls http://localhost/api/v0/o
That command should output any modifications to the client. Similarly, multiple URLs are
allowed here too.

Add `--append` argument to add new callback urls or allowed scopes to existing client (instead of replacing them) using `--append --urls` or `--append --allowed-scopes`
```bash
fence-create client-modify --client CLIENT_NAME --urls http://localhost/api/v0/new/oauth2/authorize --append
```

#### Delete OAuth Client

```bash
Expand Down

0 comments on commit 02413cb

Please sign in to comment.