-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99a61ba
commit d98acb5
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |