From 53ee6ae56f7cc4aa2b0bcc0698baeb7c88ca2a15 Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Fri, 6 Dec 2024 17:04:59 +0300 Subject: [PATCH] docs: add mention of scopes help topic in `auth login` command help --- pkg/cmd/auth/login/login.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cmd/auth/login/login.go b/pkg/cmd/auth/login/login.go index 653c9e6c0..f66257463 100644 --- a/pkg/cmd/auth/login/login.go +++ b/pkg/cmd/auth/login/login.go @@ -84,6 +84,8 @@ func NewCmdLogin(f *cmdutil.Factory, runF func(*LoginOptions) error) *cobra.Comm Specifying %[1]sssh%[1]s for the git protocol will detect existing SSH keys to upload, prompting to create and upload a new key if one is not found. This can be skipped with %[1]s--skip-ssh-key%[1]s flag. + + Run %[1]sgh help scopes%[1]s to see information about auth scopes. `, "`"), Example: heredoc.Doc(` # Start interactive setup