Skip to content

Commit cb2a3b8

Browse files
thomhugclaude
andcommitted
fix: add 'serviceconnections' alias for get serviceconnection
Add plural form alias to match the pattern used by other resources like mysqldatabases, postgresdatabases, and applications. Fixes #328 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e381b2b commit cb2a3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get/get.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type Cmd struct {
3838
KeyValueStore keyValueStoreCmd `cmd:"" group:"storage.nine.ch" name:"keyvaluestore" aliases:"kvs" help:"Get KeyValueStore instances."`
3939
All allCmd `cmd:"" name:"all" help:"Get project content."`
4040
CloudVirtualMachine cloudVMCmd `cmd:"" group:"infrastructure.nine.ch" name:"cloudvirtualmachine" aliases:"cloudvm" help:"Get a CloudVM."`
41-
ServiceConnection serviceConnectionCmd `cmd:"" group:"networking.nine.ch" name:"serviceconnection" aliases:"sc" help:"Get a ServiceConnection."`
41+
ServiceConnection serviceConnectionCmd `cmd:"" group:"networking.nine.ch" name:"serviceconnection" aliases:"sc,serviceconnections" help:"Get a ServiceConnection."`
4242
Bucket bucketCmd `cmd:"" group:"storage.nine.ch" name:"bucket" help:"Get Bucket instances."`
4343
BucketUser bucketUserCmd `cmd:"" group:"storage.nine.ch" name:"bucketuser" aliases:"bu" help:"Get BucketUser instances."`
4444
}

0 commit comments

Comments
 (0)