diff --git a/cmd/composectl/cmd/ps.go b/cmd/composectl/cmd/ps.go index b13a323..20e6dda 100644 --- a/cmd/composectl/cmd/ps.go +++ b/cmd/composectl/cmd/ps.go @@ -95,6 +95,8 @@ func getAppsStatus(ctx context.Context, appRefs []string, runningApps map[string URI: appRef, Name: app.Name(), State: "not running", + // app is present in the store because its tree was loaded successfully prior to executing this check + InStore: true, } continue }