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/scopes/read.mdx

36 lines
681 B

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