summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index f0cbe24..eee3f42 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,14 @@ reasonably work with any provider that supports the OAuth device flow.
Usage: sso [OPTIONS] [COMMAND] [ARGS]
-Options:
- --scope <SCOPE> Request an additional scope
- --endpoint <URL> The jesterpm-sso endpoint
-
Commands:
login - default: get or renew an access token
curl - pass the access token to curl
token - print the current bearer token
+ setup - configure the profile
+
+Setup options:
+ --scope <SCOPE> Request an additional scope
+ --endpoint <URL> The jesterpm-sso endpoint
+ --ssh-key <FILE> Sign the given SSH key.
+