Skip to content

Commit

Permalink
feat: [PL-51125]: Remove the unimplemented option LIST and DELETE fro…
Browse files Browse the repository at this point in the history
…m the connector command (#70)
  • Loading branch information
neelam-harness authored May 21, 2024
1 parent 8381022 commit ca52575
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func main() {
{
Name: "connector",
Aliases: []string{"conn"},
Usage: "Connector specific commands, eg: apply (create/update), delete, list",
Usage: "Connector specific commands, eg: apply (create/update)",
Flags: []cli.Flag{
&cli.StringFlag{
Name: "file",
Expand Down Expand Up @@ -331,13 +331,6 @@ func main() {
return cliWrapper(applyConnector, context)
},
},
{
Name: "delete",
Usage: "Delete a connector.",
Action: func(context *cli.Context) error {
return cliWrapper(deleteConnector, context)
},
},
},
},
{
Expand Down

0 comments on commit ca52575

Please sign in to comment.