Skip to content

Commit

Permalink
plugins validate: docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejWilde committed Apr 23, 2020
1 parent 99a61ba commit d98acb5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/cli/connectctl_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ None, all options are at the subcommand level

* [connectctl](connectctl.md) - connectctl: work with Kafka Connect easily
* [connectctl plugins list](connectctl_plugins_list.md) - List connector plugins
* [connectctl plugins validate](connectctl_plugins_validate.md) - Validates connector config
33 changes: 33 additions & 0 deletions docs/cli/connectctl_plugins_validate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## connectctl plugins validate

Validates connector config

### Synopsis

Validate the provided configuration values against the configuration definition. This API performs per config validation, outputs suggested values and error messages during validation.
It exits with code 1 if config is invalid.


```
connectctl plugins validate [flags]
```

### Options

```
-c, --cluster string the URL of the connect cluster (required)
-h, --help help for validate
-i, --input string Input data in json format (required)
-o, --output string specify the output format (valid options: json, table) (default "json")
-q, --quiet disable output logging
```
### Options inherited from parent commands

```
-l, --loglevel loglevel Specify the loglevel for the program (default info)
--logfile Specify a file to output logs to
```

### SEE ALSO

* [connectctl plugins](connectctl_plugins.md) - Manage plugins

0 comments on commit d98acb5

Please sign in to comment.