Skip to content

fix: add 'serviceconnections' alias for get serviceconnection#329

Merged
thirdeyenick merged 1 commit intoninech:mainfrom
thomhug:fix/add-serviceconnections-alias
Jan 8, 2026
Merged

fix: add 'serviceconnections' alias for get serviceconnection#329
thirdeyenick merged 1 commit intoninech:mainfrom
thomhug:fix/add-serviceconnections-alias

Conversation

@thomhug
Copy link
Contributor

@thomhug thomhug commented Jan 8, 2026

Summary

  • Add serviceconnections as alias for the get serviceconnection command
  • Matches the pattern used by other resources (e.g., mysqldatabases, postgresdatabases)

Fixes #328

Test plan

  • Run nctl get serviceconnections and verify it works
  • Run nctl get serviceconnection and verify it still works
  • Run nctl get sc and verify the short alias still works

🤖 Generated with Claude Code

Add plural form alias to match the pattern used by other resources
like mysqldatabases, postgresdatabases, and applications.

Fixes ninech#328

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link
Contributor

@thirdeyenick thirdeyenick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@thirdeyenick thirdeyenick merged commit b6ff757 into ninech:main Jan 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Add 'serviceconnections' alias for get serviceconnection command

2 participants