Skip to content

Add 'serviceconnections' alias for get serviceconnection command #328

@thomhug

Description

@thomhug

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions