rpk shadow describe
Describe one or more shadow links. For Redpanda Cloud, rpk uses the Redpanda ID of the cluster you are currently logged in to.
The command uses the Redpanda ID of the cluster you are currently logged into. To use a different cluster, either log in and create a profile for it, or use the --redpanda-id flag to specify it directly.
Examples
This section provides examples of how to use rpk shadow describe.
Describe a shadow link with default sections (overview and client).
rpk shadow describe my-shadow-link
Display all configuration sections.
rpk shadow describe my-shadow-link --print-all
Display specific sections.
rpk shadow describe my-shadow-link --print-overview --print-topic
Display only the client configuration.
rpk shadow describe my-shadow-link -c
Flags
| Value | Type | Description |
|---|---|---|
|
string |
Output format ( |
|
bool |
Print all sections. |
|
bool |
Print the client configuration section. |
|
bool |
Print the detailed consumer offset configuration section. |
|
bool |
Print the overview section. |
|
bool |
Print the detailed schema registry configuration section. |
|
bool |
Print the detailed security configuration section. |
|
bool |
Print the detailed topic configuration section. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |