mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-4229] [ADW-AGS] Move Governance plugin check script to ADF CLI (#6523)
* [ACA-4229] [ADW-AGS] Move Governance plugin check script to ADF CLI * * Added description
This commit is contained in:
@@ -44,6 +44,7 @@ In develop mode, the CLI takes the prebuilt scripts from the dist folder.
|
||||
|--- |--- |
|
||||
|check-cs-env |Check cs env is up |
|
||||
|check-ps-env |Check ps env is up |
|
||||
|check-plugin-env |Check plugin status |
|
||||
|artifact-from-s3 |Get artifact from S3 |
|
||||
|artifact-to-s3 |Get artifact to S3 |
|
||||
|docker-publish |publish docker image|
|
||||
@@ -183,3 +184,12 @@ TEST_APP: {
|
||||
}]
|
||||
},
|
||||
```
|
||||
|
||||
### Checks plugin status
|
||||
|
||||
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"
|
||||
--ui "uiName"
|
||||
```
|
||||
|
Reference in New Issue
Block a user