Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.05 KB

set-host-sources.mdx

File metadata and controls

40 lines (27 loc) · 1.05 KB
layout page_title description
docs
targets set-host-sources - Command
The "targets set-host-sources" lets you set host sources on target resources.

targets set-host-sources

Command: targets set-host-sources

The targets set-host-sources command lets you set host sources on target resources.

Example

This example sets the host source hsst_1234567890 on a target with the ID ttcp_1234567890:

$ boundary targets set-host-sources -id ttcp_1234567890 -host-source hsst_1234567890

Usage

$ boundary targets set-host-sources [options] [args]

Command options

  • -host-source=<string> - The host source you want to set on the target. You may specify multiple host sources.
  • -id=<string> - The ID of the target you want to set a host source on.
  • -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.

@include 'cmd-option-note.mdx'