[Aug 24, 2021] Top level CLI docs set (#20628)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Co-authored-by: Mislav Marohnić <mislav@github.com> Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
29
content/github-cli/github-cli/github-cli-reference.md
Normal file
29
content/github-cli/github-cli/github-cli-reference.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: GitHub CLI reference
|
||||
intro: 'You can view all of the {% data variables.product.prodname_cli %} commands in your terminal or in the {% data variables.product.prodname_cli %} manual.'
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghes: '*'
|
||||
ghae: '*'
|
||||
topics:
|
||||
- CLI
|
||||
type: reference
|
||||
---
|
||||
|
||||
To view all {% data variables.product.prodname_cli %} commands, see the [{% data variables.product.prodname_cli %} manual](https://cli.github.com/manual/gh_help_reference) or use the `reference` command.
|
||||
|
||||
```shell
|
||||
gh reference
|
||||
```
|
||||
|
||||
To view the environment variables that can be used with {% data variables.product.prodname_cli %}, see the [{% data variables.product.prodname_cli %} manual](https://cli.github.com/manual/gh_help_environment) or use the `environment` command.
|
||||
|
||||
```shell
|
||||
gh environment
|
||||
```
|
||||
|
||||
To view the configuration settings that can be used with {% data variables.product.prodname_cli %}, see the [{% data variables.product.prodname_cli %} manual](https://cli.github.com/manual/gh_config) or use the `config` command.
|
||||
|
||||
```shell
|
||||
gh config
|
||||
```
|
||||
Reference in New Issue
Block a user