diff --git a/README.md b/README.md index 2934e07..0ce877e 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,21 @@ Outpost CLI ``` pip install --editable . -outpostcli login -``` \ No newline at end of file +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 [-e entity] [-t api_token] +#TODO: outpostcli inference get ... +```