review fixes: chroot flags, dry-run usage, plugin-init example#1616
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can suggest fixes for GitHub Check annotations.Configure the |
| [,bash] | ||
| ---- | ||
| rpk connect plugin init ./my-plugin | ||
| ---- |
There was a problem hiding this comment.
Per our style guide, we avoid possessive prefixes like my- in examples. Would ./example-plugin or similar work here instead?
ade95c3
into
redpanda-data:fix/doc-1970-rpk-connect-reference
Review fixes for #1608:
rpk-connect-agent-run.adoc: add Linux-only--chrootand--chroot-passthroughflagsrpk-connect-dry-run.adoc: fix Usage line from[command options]to[OPTIONS] [files...]rpk-connect-plugin-init.adoc: add Example section