We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b4144 commit f608cfdCopy full SHA for f608cfd
.github/workflows/release.yaml
@@ -65,7 +65,8 @@ jobs:
65
dubboctl deploy supports options for image information, namespace, and service port.
66
dubboctl image push automatically obtain docker login credentials.
67
Update README content and project tag.
68
- draft: true
+ Migrate admin-cp to dubbo-admin project.
69
+ draft: false
70
prerelease: false
71
72
build_and_upload:
dubboctl/pkg/hub/credentials/prompt/prompt.go
@@ -20,6 +20,7 @@ package prompt
20
import (
21
"bufio"
22
"encoding/base64"
23
+ "encoding/json"
24
"fmt"
25
"github.com/AlecAivazis/survey/v2"
26
"github.com/AlecAivazis/survey/v2/terminal"
0 commit comments