AdfCli - Add the kubectl-image to the adf-cli (#4932)

* Add the kubectl-image to the adf-cli

* fix ts lint

* remove the " from the image name
This commit is contained in:
Maurizio Vitale
2019-07-15 11:16:35 +01:00
committed by Eugenio Romano
parent 6b84ecf47c
commit 34aafa918c
4 changed files with 99 additions and 75 deletions

View File

@@ -259,26 +259,6 @@ Extract the i18n files from the repo and create a zip
./extract-langs.sh
```
# docker-publish.sh
***docker-publish.sh***
publish doker images in the selected repository
## Options
| Option | Description |
| --- | --- |
| -u or --username | username |
| -p or --password | password |
| -t or --tags | tags |
## Examples
```sh
./docker-publish.sh
```
# test-e2e-bc.sh
***test-e2e-bc.sh***