You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/commands/host-sets/read.mdx

36 lines
750 B

---
layout: docs
page_title: host-sets read - Command
description: |-
The "host-sets read" command lets you read the details of a host set resource using its given ID.
---
# host-sets read
Command: `boundary host-sets read`
The `boundary host-sets read` command lets you read the details of a Boundary host set using its given ID.
## Example
This example reads host set details for a host set with the ID `_1234567890`:
```shell-session
$ boundary host-sets read -id _1234567890
```
## Usage
<CodeBlockConfig hideClipboard>
```shell-session
$ boundary host-sets read [options] [args]
```
</CodeBlockConfig>
### Command options
- `-id=<string>` - The ID of the host set whose information you want to read.
@include 'cmd-option-note.mdx'