Boundary
targets add-host-sources
Command: targets add-host-sources
The targets add-host-sources command lets you add host sources to target resources.
Example
This example adds the host sources hsst_1234567890 and hsst_0987654321 to a TCP target with the ID ttcp_1234567890:
$ boundary targets add-host-sources -id ttcp_1234567890 -host-source hsst_1234567890 -host-source hsst_0987654321
Usage
$ boundary targets add-host-sources [options] [args]
Command options
- -host-source=<string>- The host source you want to add. You may specify multiple host sources.
- -id=<string>- The ID of the target you want to add a host source to.
- -version=<int>- The version of the target to perform the operation on. If you do not specify a version, the command performs a check-and-set automatically.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: