mirror of https://github.com/kubevela/kubevela.git
Fix: vela status --endpoint format (#3502)
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
This commit is contained in:
parent
8af5afa5dc
commit
723a5d83ca
|
|
@ -429,7 +429,7 @@ func Info(app *corev1beta1.Application) string {
|
|||
fmt.Sprintf(" SSH: vela exec %s\n", appName) +
|
||||
fmt.Sprintf(" Logging: vela logs %s\n", appName) +
|
||||
fmt.Sprintf(" App status: vela status %s\n", appName) +
|
||||
fmt.Sprintf(" Endpoint: vela status %s\n --endpoint", appName)
|
||||
fmt.Sprintf(" Endpoint: vela status %s --endpoint\n", appName)
|
||||
return appUpMessage
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue