diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2025-12-23 14:00:10 -0800 |
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2025-12-23 15:54:31 -0800 |
| commit | bb8d4d7538568e15fcd10c32d7a013ab3d798978 (patch) | |
| tree | 4fa50c01a651bf1d144418820e8315d6fc9a6fd8 /README.md | |
| parent | 51f61abb710684ffa2f5958ce3e6b0f9d5e8e98e (diff) | |
Add support for ssh extension to device flow
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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. + |
