rpk profile
Manage rpk profiles.
An rpk profile talks to a single Redpanda cluster. You can create multiple
profiles for multiple clusters and swap between them with rpk profile use.
Multiple profiles may be useful if, for example, you use rpk to talk to
a localhost cluster, a dev cluster, and a prod cluster, and you want to keep
your configuration in one place.
Flags
| Value | Type | Description |
|---|---|---|
|
- |
Help for profile. |
|
string |
Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD, and /etc/redpanda/redpanda.yaml. |
|
stringArray |
Override rpk configuration settings; '-X help' for detail or '-X list' for terser detail. |
|
string |
rpk profile to use. |
|
- |
Enable verbose logging. |
Was this helpful?