[AAE-9169] adf-cli - Change the doc and add clientId input (#7730)

* Change the doc and add input

* fix mistake
This commit is contained in:
Maurizio Vitale
2022-07-28 14:02:43 +02:00
committed by GitHub
parent 4c249c8106
commit 46420ea0b2
6 changed files with 13 additions and 8 deletions

View File

@@ -256,7 +256,7 @@ TEST_APP: {
The following command is in charge of checking plugin status by given plugin name:
```bash
adf-cli check-plugin-env --host "gateway_env" --pluginName "Name of the plugin" --appName "appName" -u "username" -p "password"
adf-cli check-plugin-env --host "gateway_env" --pluginName "Name of the plugin" --clientId "clientId" --appName "appName" -u "username" -p "password"
--ui "uiName"
```
@@ -265,5 +265,5 @@ adf-cli check-plugin-env --host "gateway_env" --pluginName "Name of the plugin"
The following command will scan the environment to show various information on its current status:
```bash
adf-cli scan-env --host "https://example.com" -u "admin" -p "password"
adf-cli scan-env --host "https://example.com" --clientId "clientId" -u "admin" -p "password"
```