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.
This command shows the Shadow Link configuration, including connection settings, synchronization options, and filters. By default, the command displays the overview and client configuration sections. Use the flags to display additional sections such as topic synchronization, consumer offset synchronization, and security synchronization settings.
Using the --format flag with JSON or YAML outputs the full configuration in the specified format, ignoring section flags.
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 role sync configuration section. (New in v26.2.1) |
|
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. |