Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
popsu committed Oct 13, 2023
1 parent 28d1941 commit f9b1b1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Query Okta API for

1) Groups the given user is in
2) All users in the given group
3) Difference of 2 groups

## Installation

Expand Down Expand Up @@ -37,3 +38,9 @@ OKTA_INFO_API_TOKEN=<your-api-token>
```shell
okta-info group <group-name>
```

3. Query difference of two groups:

```shell
okta-info diff <group-name-1> <group-name-2>
```

0 comments on commit f9b1b1d

Please sign in to comment.