diff --git a/cli/installing-the-roxctl-cli.adoc b/cli/installing-the-roxctl-cli.adoc index 877da625a960..4c7f2eb33f1d 100644 --- a/cli/installing-the-roxctl-cli.adoc +++ b/cli/installing-the-roxctl-cli.adoc @@ -11,12 +11,9 @@ toc::[] You can install the `roxctl` CLI by downloading the binary or you can run the `roxctl` CLI from a container image. -[id="installing-the-roxctl-cli-by-downloading-the-binary_{context}"] -== Installing the roxctl CLI by downloading the binary - -You can install the `roxctl` CLI to interact with {product-title-short} from a command-line interface. You can install `roxctl` on Linux, Windows, or macOS. - // Installing the CLI by downloading the binary +include::modules/install-roxctl-cli-binary.adoc[leveloffset=+1] + include::modules/install-roxctl-cli-linux.adoc[leveloffset=+2] include::modules/install-roxctl-cli-macos.adoc[leveloffset=+2] diff --git a/modules/install-roxctl-cli-binary.adoc b/modules/install-roxctl-cli-binary.adoc new file mode 100644 index 000000000000..262a28c81160 --- /dev/null +++ b/modules/install-roxctl-cli-binary.adoc @@ -0,0 +1,10 @@ +// Module included in the following assemblies: +// +// * cli/installing-the-roxctl-cli.adoc + +:_mod-docs-content-type: CONCEPT +[id="installing-the-roxctl-cli-by-downloading-the-binary_{context}"] += Installing the roxctl CLI by downloading the binary + +[role="_abstract"] +You can install the `roxctl` CLI to interact with {product-title-short} from a command-line interface. You can install `roxctl` on Linux, Windows, or macOS. diff --git a/modules/install-roxctl-cli-linux.adoc b/modules/install-roxctl-cli-linux.adoc index e02b68d48a08..b9b60fb48cae 100644 --- a/modules/install-roxctl-cli-linux.adoc +++ b/modules/install-roxctl-cli-linux.adoc @@ -16,7 +16,7 @@ You can install the `roxctl` CLI binary on Linux by using the following procedur .Procedure -. Determine the `roxctl` architecture for the target operating system: +. Find the `roxctl` architecture for the target operating system: + [source,terminal,subs=attributes+] ---- @@ -39,7 +39,7 @@ $ chmod +x roxctl . Place the `roxctl` binary in a directory that is on your `PATH`: + -To check your `PATH`, execute the following command: +To check your `PATH`, run the following command: + [source,terminal] ---- diff --git a/modules/install-roxctl-cli-macos.adoc b/modules/install-roxctl-cli-macos.adoc index 569cc4493426..bbbabb42283c 100644 --- a/modules/install-roxctl-cli-macos.adoc +++ b/modules/install-roxctl-cli-macos.adoc @@ -16,7 +16,7 @@ You can install the `roxctl` CLI binary on macOS by using the following procedur .Procedure -. Determine the `roxctl` architecture for the target operating system: +. Find the `roxctl` architecture for the target operating system: + [source,terminal,subs=attributes+] ---- @@ -46,7 +46,7 @@ $ chmod +x roxctl . Place the `roxctl` binary in a directory that is on your `PATH`: + -To check your `PATH`, execute the following command: +To check your `PATH`, run the following command: + [source,terminal] ---- diff --git a/modules/run-roxctl-from-container.adoc b/modules/run-roxctl-from-container.adoc index e276316bd3c9..3d6c7173db84 100644 --- a/modules/run-roxctl-from-container.adoc +++ b/modules/run-roxctl-from-container.adoc @@ -5,6 +5,7 @@ [id="run-roxctl-from-container_{context}"] = Running the roxctl CLI from a container +[role="_abstract"] The `roxctl` client is the default entry point in the {product-title-short} `roxctl` image. To run the `roxctl` client in a container image: