Skip to content

Commit

Permalink
improve kfp sdk cli docs (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy committed Aug 11, 2023
1 parent cf8dae5 commit 47d0b3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/components/pipelines/v2/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 47d0b3c

Please sign in to comment.