ocne application
Manages the life cycle of applications in a Kubernetes cluster. This includes adding and removing applications.
ocne application
command
[{-h|--help}]
[{-k|--kubeconfig} path]
[{-l|--log-level} {debug|error|info|trace}]
Where command
is one of:
Where:
-
{-h|--help}
-
Lists information about the command and the available options.
-
{-k|--kubeconfig} path
-
A Kubernetes client configuration file that describes the target cluster and how to access it. If this option is specified, all operations that work against an existing Kubernetes cluster use this cluster. This option takes precedence over the
KUBECONFIG
environment variable.
-
{-l|--log-level} {debug|error|info|trace}
-
A global flag that sets the level of logging to be displayed. The default is
info
.