Problem
When running nctl get serviceconnections, the CLI returns an error:
nctl: error: unexpected argument serviceconnections, did you mean "serviceconnection"?
Expected Behavior
The plural form serviceconnections should work as an alias, similar to how other resources handle plural/singular forms:
mysqldatabases has alias mysqldatabase
postgresdatabases has alias postgresdatabase
applications has aliases app,apps,application
Proposed Solution
Add serviceconnections as an alias to the get serviceconnection command in get/get.go.