Skip to content

Commit ade95c3

Browse files
authored
review fixes: chroot flags, dry-run usage, plugin-init example (#1616)
1 parent 8804181 commit ade95c3

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

modules/reference/pages/rpk/rpk-connect/rpk-connect-agent-run.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,12 @@ rpk connect agent run ./repo
3333

3434
| --help, -h
3535
| Show help for the command.
36+
37+
4+h| Linux only
38+
39+
| --chroot
40+
| Chroot into the provided directory after parsing configuration. Common `/etc/` files are copied to the chroot directory, and the directory is made read-only.
41+
42+
| --chroot-passthrough
43+
| Specify additional files to be copied into the chroot directory. Can be specified multiple times. Only valid when `--chroot` is used.
3644
|===

modules/reference/pages/rpk/rpk-connect/rpk-connect-dry-run.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Parse Redpanda Connect configs and test the connections of each plugin. Exits wi
55

66
== Usage
77

8-
rpk connect dry-run [command options]
8+
rpk connect dry-run [OPTIONS] [files...]
99

1010
== Example
1111

modules/reference/pages/rpk/rpk-connect/rpk-connect-plugin-init.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Generate a project on the local filesystem that can be used as a starting point
1212

1313
rpk connect plugin init [OPTIONS]
1414

15+
== Example
16+
17+
[,bash]
18+
----
19+
rpk connect plugin init ./my-plugin
20+
----
21+
1522
== Options
1623

1724
[cols="1m,2a"]

0 commit comments

Comments
 (0)