mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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"
|
||||
```
|
||||
|
Reference in New Issue
Block a user