diff --git a/content/github/getting-started-with-github/github-cli.md b/content/github/getting-started-with-github/github-cli.md index c5fbe3ac6b..ba27514721 100644 --- a/content/github/getting-started-with-github/github-cli.md +++ b/content/github/getting-started-with-github/github-cli.md @@ -1,6 +1,6 @@ --- title: GitHub CLI -intro: 'The {% data variables.product.prodname_cli %} is a command-line tool for using {% data variables.product.product_name %} features on your computer.' +intro: '{% data variables.product.prodname_cli %} is a command-line tool that brings pull requests, issues, {% data variables.product.prodname_actions %}, and other {% data variables.product.product_name %} features to your terminal, so you can do all your work in one place.' versions: free-pro-team: '*' enterprise-server: '>2.19' @@ -13,12 +13,14 @@ topics: {% data variables.product.prodname_cli %} is an open source tool for using {% data variables.product.product_name %} from your computer's command line. When you're working from the command line, you can use the {% data variables.product.prodname_cli %} to save time and avoid switching context. -You can use the following {% data variables.product.prodname_dotcom %} features with the {% data variables.product.prodname_cli %}. +The {% data variables.product.prodname_cli %} includes {% data variables.product.prodname_dotcom %} features such as: - View, create, clone, and fork repositories - Create, close, and list issues and pull requests - Review, diff, and merge pull requests -- Create, edit, list, and view gists +- Run, view, and list workflows +- Create, list, view, and delete releases +- Create, edit, list, view, and delete gists For more information about what you can do with {% data variables.product.prodname_cli %}, see the [{% data variables.product.prodname_cli %} manual](https://cli.github.com/manual).