Skip to content

Commit 54ed1ef

Browse files
sjmiller609claude
andcommitted
Add singular alias for auth connections subcommand
Add 'connection' as an alias for the 'connections' subcommand under 'auth', matching the pattern used by all other resource commands in the CLI (browsers/browser, profiles/profile, proxies/proxy, etc.). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6d54518 commit 54ed1ef

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

cmd/auth_connections.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,9 +711,10 @@ func (c AuthConnectionCmd) Follow(ctx context.Context, in AuthConnectionFollowIn
711711
// --- Cobra wiring ---
712712

713713
var authConnectionsCmd = &cobra.Command{
714-
Use: "connections",
715-
Short: "Manage auth connections (managed auth)",
716-
Long: "Commands for managing authentication connections that keep profiles logged into domains",
714+
Use: "connections",
715+
Aliases: []string{"connection"},
716+
Short: "Manage auth connections (managed auth)",
717+
Long: "Commands for managing authentication connections that keep profiles logged into domains",
717718
}
718719

719720
var authConnectionsCreateCmd = &cobra.Command{

0 commit comments

Comments
 (0)