Site status command¶
Display the current status of a site.
| Platforms | Kubernetes, Docker, Podman, Linux |
|---|
Examples¶
Primary options¶
--help
boolean
help for status -o, --output string print status of connectors Choices: json, yaml ``` ``` -c, --context string Set the kubeconfig context
--kubeconfig
<string>
Path to the kubeconfig file to use -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```