summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2025-12-23 14:00:10 -0800
committerJesse Morgan <jesse@jesterpm.net>2025-12-23 15:54:31 -0800
commitbb8d4d7538568e15fcd10c32d7a013ab3d798978 (patch)
tree4fa50c01a651bf1d144418820e8315d6fc9a6fd8 /README.md
parent51f61abb710684ffa2f5958ce3e6b0f9d5e8e98e (diff)
Add support for ssh extension to device flow
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.
+