Skip to content

Commit

Permalink
[ACS-1525] Add example of use of the command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunter committed May 10, 2021
1 parent acd4f6e commit fd09e5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit fd09e5a

Please sign in to comment.