We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3956dbd commit 94b1ee3Copy full SHA for 94b1ee3
cli/cmd/get.go
@@ -85,7 +85,7 @@ func getAPIs() (string, error) {
85
}
86
87
if len(apisRes.APIs) == 0 {
88
- return console.Bold("no apis are deployed, see https://cortex.dev for guides and examples"), nil
+ return console.Bold("no apis are deployed"), nil
89
90
91
t := apiTable(apisRes.APIs, apisRes.Statuses, apisRes.AllMetrics)
0 commit comments