Describe
Describe can be used to display the applications current state.
x
% ./appctl describe --helpProvide detailed app information in json formatUsage: appctl describe [flags]Examples: # Get detailed information about an app deployed through app-name in json format. appctl describe -n <appname> Flags: -n, --app-name string Name of app to be described -h, --help help for describeDescribe Example
% ./appctl describe -n pf9appOutput
{ "apiVersion": "serving.knative.dev/v1", "kind": "Service", "metadata": {}, "spec": {}, "status": {}}Was this page helpful?