We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b730e commit b4f1eadCopy full SHA for b4f1ead
1 file changed
internal/cli/serverless/privatelink/describe.go
@@ -17,7 +17,6 @@ package privatelink
17
import (
18
"fmt"
19
20
- "github.com/AlecAivazis/survey/v2"
21
"github.com/juju/errors"
22
"github.com/spf13/cobra"
23
@@ -98,10 +97,6 @@ func DescribeCmd(h *internal.Helper) *cobra.Command {
98
97
return err
99
}
100
plcID = privatelink.ID
101
-
102
- if err := survey.AskOne(&survey.Input{Message: "Private link connection ID:"}, &plcID); err != nil {
103
- return err
104
- }
105
} else {
106
var err error
107
clusterID, err = cmd.Flags().GetString(flag.ClusterID)
0 commit comments