[ACS-1525] Only run scan environment on cron (#6966)

* [ACS-1525] Only run scan environment on cron

* [ACS-1525] Remove environment scan

* [ACS-1525] Add example of use of the command in README

* Add exit 0
This commit is contained in:
Thomas Hunter
2021-05-10 17:04:17 +02:00
committed by GitHub
parent 4c09d5fd35
commit f1f512018c
3 changed files with 9 additions and 3 deletions

View File

@@ -203,3 +203,11 @@ The following command is in charge of checking plugin status by given plugin nam
adf-cli check-plugin-env --host "gateway_env" --pluginName "Name of the plugin" --appName "appName" -u "username" -p "password"
--ui "uiName"
```
### Scan the environment
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"
```