Skip to content

Commit

Permalink
Document fence-create --append info
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Mar 3, 2022
1 parent 0d6c4c5 commit 8bbd3ec
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 to existing client `--urls` or `--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 8bbd3ec

Please sign in to comment.