You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: command/common/command_list_v7.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ type commandList struct {
87
87
FeatureFlag v7.FeatureFlagCommand`command:"feature-flag" description:"Retrieve an individual feature flag with status"`
88
88
FeatureFlags v7.FeatureFlagsCommand`command:"feature-flags" description:"Retrieve list of feature flags with status"`
89
89
GetHealthCheck v7.GetHealthCheckCommand`command:"get-health-check" description:"Show the type of health check performed on an app"`
90
+
GetReadinessHealthCheck v7.GetReadinessHealthCheckCommand`command:"get-readiness-health-check" description:"Show the type of readiness health check performed on an app"`
0 commit comments