Skip to content

Add singular alias for auth connections subcommand#141

Closed
sjmiller609 wants to merge 1 commit intomainfrom
hypeship/add-connection-alias
Closed

Add singular alias for auth connections subcommand#141
sjmiller609 wants to merge 1 commit intomainfrom
hypeship/add-connection-alias

Conversation

@sjmiller609
Copy link
Copy Markdown
Contributor

Summary

  • Add connection as an alias for the connections subcommand under kernel auth, so kernel auth connection list works alongside kernel auth connections list
  • This was the only resource command missing a singular/plural alias — all others already had both forms

Context

Every other resource command in the CLI already supports both singular and plural:

  • browsers / browser
  • browser-pools / browser-pool / pool / pools
  • app / apps
  • profiles / profile
  • proxies / proxy
  • extensions / extension
  • credentials / credential / creds / cred
  • credential-providers / credential-provider / cred-providers / cred-provider
  • logs / log

Test plan

  • go build ./... passes
  • go test ./cmd/... passes

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>
@sjmiller609
Copy link
Copy Markdown
Contributor Author

wrong repo

@sjmiller609 sjmiller609 closed this Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant