Skip to content

Commit 3073c23

Browse files
Update CLI documentation (#438)
Co-authored-by: EthanHeilman <274814+EthanHeilman@users.noreply.github.com>
1 parent 9105ff0 commit 3073c23

File tree

9 files changed

+10
-9
lines changed

9 files changed

+10
-9
lines changed

docs/cli/opkssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ opkssh [flags]
3737
* [opkssh readhome](opkssh_readhome.md) - Read the principal's home policy file
3838
* [opkssh verify](opkssh_verify.md) - Verify an SSH key (used by sshd AuthorizedKeysCommand)
3939

40-
###### Auto generated by spf13/cobra on 13-Oct-2025
40+
###### Auto generated by spf13/cobra on 4-Jan-2026

docs/cli/opkssh_add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ opkssh add <principal> <email|sub|group> <issuer> [flags]
3636

3737
* [opkssh](opkssh.md) - SSH with OpenPubkey
3838

39-
###### Auto generated by spf13/cobra on 13-Oct-2025
39+
###### Auto generated by spf13/cobra on 4-Jan-2026

docs/cli/opkssh_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Interact with client configuration
1919
* [opkssh](opkssh.md) - SSH with OpenPubkey
2020
* [opkssh client provider](opkssh_client_provider.md) - Interact with provider configuration
2121

22-
###### Auto generated by spf13/cobra on 13-Oct-2025
22+
###### Auto generated by spf13/cobra on 4-Jan-2026

docs/cli/opkssh_client_provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Interact with provider configuration
1919
* [opkssh client](opkssh_client.md) - Interact with client configuration
2020
* [opkssh client provider list](opkssh_client_provider_list.md) - List configured providers
2121

22-
###### Auto generated by spf13/cobra on 13-Oct-2025
22+
###### Auto generated by spf13/cobra on 4-Jan-2026

docs/cli/opkssh_client_provider_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ opkssh client provider list [flags]
2323

2424
* [opkssh client provider](opkssh_client_provider.md) - Interact with provider configuration
2525

26-
###### Auto generated by spf13/cobra on 13-Oct-2025
26+
###### Auto generated by spf13/cobra on 4-Jan-2026

docs/cli/opkssh_inspect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ opkssh inspect <path> [flags]
2222

2323
* [opkssh](opkssh.md) - SSH with OpenPubkey
2424

25-
###### Auto generated by spf13/cobra on 13-Oct-2025
25+
###### Auto generated by spf13/cobra on 4-Jan-2026

docs/cli/opkssh_login.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ opkssh login [alias] [flags]
3737
-t, --key-type Key Type Type of key to generate (default ecdsa)
3838
--log-dir string Directory to write output logs
3939
--print-id-token Set this flag to print out the contents of the id_token. Useful for inspecting claims
40+
-p, --print-key Print private key and SSH cert instead of writing them to the filesystem
4041
-i, --private-key-file string Path where private keys is written
4142
--provider string OpenID Provider specification in the format: <issuer>,<client_id> or <issuer>,<client_id>,<client_secret> or <issuer>,<client_id>,<client_secret>,<scopes>
4243
--send-access-token Set this flag to send the Access Token as well as the PK Token in the SSH cert. The Access Token is used to call the userinfo endpoint to get claims not included in the ID Token
@@ -46,4 +47,4 @@ opkssh login [alias] [flags]
4647

4748
* [opkssh](opkssh.md) - SSH with OpenPubkey
4849

49-
###### Auto generated by spf13/cobra on 13-Oct-2025
50+
###### Auto generated by spf13/cobra on 4-Jan-2026

docs/cli/opkssh_readhome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ opkssh readhome <principal> [flags]
2929

3030
* [opkssh](opkssh.md) - SSH with OpenPubkey
3131

32-
###### Auto generated by spf13/cobra on 13-Oct-2025
32+
###### Auto generated by spf13/cobra on 4-Jan-2026

docs/cli/opkssh_verify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ opkssh verify <principal> <cert> <key_type> [flags]
5151

5252
* [opkssh](opkssh.md) - SSH with OpenPubkey
5353

54-
###### Auto generated by spf13/cobra on 13-Oct-2025
54+
###### Auto generated by spf13/cobra on 4-Jan-2026

0 commit comments

Comments
 (0)