diff --git a/get/application.go b/get/application.go index d01933b..4607f8b 100644 --- a/get/application.go +++ b/get/application.go @@ -235,7 +235,7 @@ func (cmd *applicationsCmd) printStats(ctx context.Context, c *api.Client, appLi } get.writeTabRow( - w, c.Project, app.Name, + w, app.Namespace, app.Name, replica.ReplicaName, string(replica.Status), cpuUsage,