From 9e3b6679eb5b721088d78fe9606fcc0af4c59962 Mon Sep 17 00:00:00 2001 From: Ajeya Bhat Date: Fri, 2 Feb 2024 21:02:20 +0530 Subject: [PATCH] readme update --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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 ... +```