From 93e3793040ebc44dd9bb9cf35972305c6e35b2c0 Mon Sep 17 00:00:00 2001 From: Ruin09 Date: Thu, 14 Sep 2023 07:49:46 +0900 Subject: [PATCH] docs: Add more readable argo CLI installation guide. Fixes #11750 (#11751) Signed-off-by: shmruin --- docs/quick-start.md | 2 +- docs/walk-through/argo-cli.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 8126e61b347c..6ec8705121cb 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -57,7 +57,7 @@ This will serve the UI on . Due to the self-signed certi ## Install the Argo Workflows CLI -Next, Download the latest Argo CLI from the same [releases page](https://github.com/argoproj/argo-workflows/releases/latest). +You can more easily interact with Argo Workflows with the [Argo CLI](walk-through/argo-cli.md). ## Submitting an example workflow diff --git a/docs/walk-through/argo-cli.md b/docs/walk-through/argo-cli.md index ba78d9598efb..55eb3a4b6cdc 100644 --- a/docs/walk-through/argo-cli.md +++ b/docs/walk-through/argo-cli.md @@ -1,5 +1,11 @@ # Argo CLI +## Installation + +To install the Argo CLI, follow the instructions on the [GitHub Releases page](https://github.com/argoproj/argo-workflows/releases/). + +## Usage + In case you want to follow along with this walk-through, here's a quick overview of the most useful argo command line interface (CLI) commands. ```bash