From c4e87f92b2cc83b45a8d91bbe870f9c546d55b52 Mon Sep 17 00:00:00 2001 From: connor-mccarthy Date: Thu, 10 Aug 2023 15:47:21 -0700 Subject: [PATCH] improve cli docs --- content/en/docs/components/pipelines/v2/cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/components/pipelines/v2/cli.md b/content/en/docs/components/pipelines/v2/cli.md index 3442c53f1e..e595a91fa4 100644 --- a/content/en/docs/components/pipelines/v2/cli.md +++ b/content/en/docs/components/pipelines/v2/cli.md @@ -11,8 +11,8 @@ weight = 9 This section provides a summary of the available commands in the KFP CLI. For more comprehensive documentation about all the available commands in the KFP CLI, see [Command Line Interface][cli-reference-docs] in the [KFP SDK reference documentation][kfp-sdk-api-ref]. -## Usage -The KFP CLI is installed with the KFP SDK as `kfp`. +## Installation +The KFP CLI is installed when you install the KFP SDK: `pip install kfp`. ### Check availability of KFP CLI @@ -47,7 +47,7 @@ kfp run --help You can use the KFP CLI to do the following: -- [Usage](#usage) +- [Installation](#installation) - [Check availability of KFP CLI](#check-availability-of-kfp-cli) - [General syntax](#general-syntax) - [Get help for a command](#get-help-for-a-command)