Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 641 Bytes

File metadata and controls

36 lines (23 loc) · 641 Bytes
layout page_title description
docs
targets read - Command
The "targets read" command reads a target with a given ID.

targets read

Command: targets read

The targets read command lets you read the details of a target with a given ID.

Example

This example reads the details of a target with the ID t_1234567890:

$ boundary targets read -id t_1234567890

Usage

$ boundary targets read [options] [args]

Command options

  • -id=<string> - The ID of the target you want to read.

@include 'cmd-option-note.mdx'