targets
Command: boundary targets
The targets
command lets you perform operations on Boundary target resources.
Example
The following command updates the description for a target with the ID ttcp_1234567890
:
$ boundary targets update -id ttcp_1234567890 -description "updated postgres target"
Usage
boundary targets [sub command] [options] [args] # ...Subcommands: add-credential-sources Add credential sources to a target add-host-sources Add host sources to a target authorize-session Request session authorization against the target create Create a target delete Delete a target list List a target read Read a target remove-credential-sources Remove credential sources from a target remove-host-sources Remove host sources from a target set-credential-sources Set the full contents of the credential sources on a target set-host-sources Set the full contents of the host sources on a target update Update a target
For more information, examples, and usage, click on the name of the subcommand in the sidebar or one of the links below: