[ADF-4733] AdfCli - Kubectl-image add option to install the kubectl (#4941)

* add the npm install kubectl option

* fix tslint

* add docs
This commit is contained in:
Maurizio Vitale
2019-07-16 12:49:01 +01:00
committed by Eugenio Romano
parent 601f975485
commit 7791205077
2 changed files with 21 additions and 7 deletions

View File

@@ -52,3 +52,5 @@ This command allows you to update a specific service on the rancher env with a s
```bash
adf-cli kubectl-image --clusterEnv ${clusterEnv} --clusterUrl ${clusterUrl} --username ${username} --token ${token} --deployName ${deployName} --dockerRepo ${dockerRepo} --tag ${tag}
```
You can use the option --installCheck to install kubectl as part of the command