We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bd5df commit 1acfb40Copy full SHA for 1acfb40
pkg/cmd/clients.go
@@ -110,7 +110,7 @@ This is used to provide a mobile client context for various actions such as crea
110
111
The available client types are android, cordova and iOS.
112
113
-A namespace must be specified by providing the --namespace flag or by setting the KUBECTL_PLUGINS_CURRENT_NAMESPACE environment variable.`,
+When used standalone, a namespace must be specified by providing the --namespace flag.`,
114
Example: ` mobile create client <name> <clientType> --namespace=myproject
115
kubectl plugin mobile create client <name> <clientType>
116
oc plugin mobile create client <name> <clientType>`,
0 commit comments