Document how to migrate from GHES to GHEC using the API (#32699)
This commit is contained in:
@@ -202,11 +202,11 @@ These instructions are pertinent to GitHub Enterprise Importer CLI users.
|
|||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
{% graphql %}
|
{% api %}
|
||||||
|
|
||||||
These instructions are pertinent to GraphQL API users.
|
These instructions are pertinent to API users.
|
||||||
|
|
||||||
{% endgraphql %}
|
{% endapi %}
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
// all the tools available for the Tool Picker
|
// all the tools available for the Tool Picker
|
||||||
export const allTools = {
|
export const allTools = {
|
||||||
|
api: 'API',
|
||||||
bash: 'Bash',
|
bash: 'Bash',
|
||||||
cli: 'GitHub CLI',
|
cli: 'GitHub CLI',
|
||||||
codespaces: 'Codespaces',
|
codespaces: 'Codespaces',
|
||||||
curl: 'cURL',
|
curl: 'cURL',
|
||||||
desktop: 'Desktop',
|
desktop: 'Desktop',
|
||||||
graphql: 'GraphQL API',
|
|
||||||
importer_cli: 'GitHub Enterprise Importer CLI',
|
importer_cli: 'GitHub Enterprise Importer CLI',
|
||||||
jetbrains: 'JetBrains IDEs (Beta)',
|
jetbrains: 'JetBrains IDEs (Beta)',
|
||||||
powershell: 'PowerShell',
|
powershell: 'PowerShell',
|
||||||
|
|||||||
Reference in New Issue
Block a user