fix: do not require remoteOrgID for remote connection creation (#451)
This commit is contained in:
@ -57,7 +57,6 @@ func newRemoteCreateCmd() cli.Command {
|
||||
&cli.StringFlag{
|
||||
Name: "remote-org-id",
|
||||
Usage: "The ID of the remote organization",
|
||||
Required: true,
|
||||
Destination: ¶ms.RemoteOrgID,
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
|
Reference in New Issue
Block a user