From d531103d28a2e88279e3e726da6b93e43bb5d793 Mon Sep 17 00:00:00 2001 From: Pushkar Patel <42088801+thepushkarp@users.noreply.github.com> Date: Thu, 13 May 2021 16:42:46 +0530 Subject: [PATCH 1/4] Improves the GitHub CLI article Changes: - Change 'computer' to 'terminal' to make intended use of the tool more specific (computer is a more general term here) - Change the wordings in the 'About GitHub CLI' section to make it more general and add more features in the list --- .../github/getting-started-with-github/github-cli.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/github/getting-started-with-github/github-cli.md b/content/github/getting-started-with-github/github-cli.md index c5fbe3ac6b..f99ae3fc92 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: 'The {% data variables.product.prodname_cli %} is a command-line tool for using {% data variables.product.product_name %} features from your terminal.' versions: free-pro-team: '*' enterprise-server: '>2.19' @@ -11,14 +11,17 @@ topics: ### About {% data variables.product.prodname_cli %} -{% 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. +{% data variables.product.prodname_cli %} is an free and 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 +- Create, edit, list, view, and delete gists +- Create, list, view, and delete releases +- Run, list, view, and list workflows +- List, view, watch, and rerun workflow runs 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). From fa2c009ff1fed190077d5646036aa3ed58c19110 Mon Sep 17 00:00:00 2001 From: Pushkar Patel <42088801+thepushkarp@users.noreply.github.com> Date: Fri, 14 May 2021 21:16:03 +0530 Subject: [PATCH 2/4] Improves intro to make it more useful --- content/github/getting-started-with-github/github-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/github/getting-started-with-github/github-cli.md b/content/github/getting-started-with-github/github-cli.md index f99ae3fc92..b86d00088b 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 from your terminal.' +intro: '{% data variables.product.prodname_cli %} is a command-line tool that brings pull requests, issues, workflows, and other {% data variables.product.product_name %} features to the terminal, without requiring you to switch contexts out of your work' versions: free-pro-team: '*' enterprise-server: '>2.19' @@ -11,7 +11,7 @@ topics: ### About {% data variables.product.prodname_cli %} -{% data variables.product.prodname_cli %} is an free and 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. +{% 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. The {% data variables.product.prodname_cli %} includes {% data variables.product.prodname_dotcom %} features such as: From c9a3a4de687c0b77e2cc89fa4b69194f1f02a6ae Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Tue, 18 May 2021 15:50:19 -0500 Subject: [PATCH 3/4] Add :nail_care: --- content/github/getting-started-with-github/github-cli.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/github/getting-started-with-github/github-cli.md b/content/github/getting-started-with-github/github-cli.md index b86d00088b..ea0d9ea5aa 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: '{% data variables.product.prodname_cli %} is a command-line tool that brings pull requests, issues, workflows, and other {% data variables.product.product_name %} features to the terminal, without requiring you to switch contexts out of your work' +intro: '{% data variables.product.prodname_cli %} is a command-line tool that brings pull requests, issues, workflows, 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' @@ -18,10 +18,9 @@ The {% data variables.product.prodname_cli %} includes {% data variables.product - View, create, clone, and fork repositories - Create, close, and list issues and pull requests - Review, diff, and merge pull requests -- Create, edit, list, view, and delete gists +- Run, view, and list workflows - Create, list, view, and delete releases -- Run, list, view, and list workflows -- List, view, watch, and rerun workflow runs +- 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). From 089a90ad3dc618019bc0fd4d32e18ff545553311 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Tue, 18 May 2021 15:56:28 -0500 Subject: [PATCH 4/4] Use product name --- content/github/getting-started-with-github/github-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/getting-started-with-github/github-cli.md b/content/github/getting-started-with-github/github-cli.md index ea0d9ea5aa..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: '{% data variables.product.prodname_cli %} is a command-line tool that brings pull requests, issues, workflows, and other {% data variables.product.product_name %} features to your terminal, so you can do all your work in one place.' +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'