Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed Feb 2, 2024
1 parent a650fdf commit 9e3b667
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,21 @@ Outpost CLI
```
pip install --editable .
outpostcli login
```
outpostcli login [-t api_token]
```

# Get Current User
```
outpostcli user [-t api_token]
```

# List Inferences
```
outpostcli inferences list [-e entity] [-t api_token]
```

# Get Inference
```
outpostcli inference get <inf_name> [-e entity] [-t api_token]
#TODO: outpostcli inference <inf_name> get ...
```

0 comments on commit 9e3b667

Please sign in to comment.