Skip to content

Commit

Permalink
Merge pull request #10 from telegrapher/main
Browse files Browse the repository at this point in the history
Update docs with latest commands.
  • Loading branch information
telegrapher authored Oct 11, 2021
2 parents 0686d06 + ec64f6c commit 2f0f156
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,21 @@ This command will build a JWT will all specified claims, sign it with a private

It is used for "Adobe I/O" integrations.

### Completion

Generate a script to enable autocompletion for imscli.

To configure bash, add the following line to your .bashrc (or alternative config file):

eval "$(imscli autocompletion bash)"

### Profile

Provided an user's access token, gathers the user profile.
Provided a user's access token, gathers the user profile.

### Organizations

Provided an user's access token, gathers the user organizations.
Provided a user's access token, gathers the user organizations.

### Exchange

Expand All @@ -47,6 +55,10 @@ same user in a different IMS Org.

Validates a token using the IMS API.

### Invalidate

Invalidates a token using the IMS API.


## Configuration

Expand Down

0 comments on commit 2f0f156

Please sign in to comment.