1
0
mirror of synced 2026-02-03 09:01:57 -05:00

Remove experimental format ("playground") page from Codespaces docs (#33732)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
hubwriter
2023-01-11 19:52:51 +00:00
committed by GitHub
parent c5f4f5f1a6
commit 18a2cc8498
111 changed files with 1056 additions and 2874 deletions

View File

@@ -15,7 +15,7 @@ redirect_from:
- /codespaces/developing-in-codespaces/using-codespaces-with-github-cli
---
## About {% data variables.product.prodname_cli %}
## About {% data variables.product.prodname_cli %}
{% data reusables.cli.about-cli %} For more information, see "[About {% data variables.product.prodname_cli %}](/github-cli/github-cli/about-github-cli)."
@@ -37,14 +37,14 @@ You can work with {% data variables.product.prodname_github_codespaces %} in the
## Installing {% data variables.product.prodname_cli %}
{% data reusables.cli.cli-installation %}
## Using {% data variables.product.prodname_cli %}
If you have not already done so, run `gh auth login` to authenticate with your {% data variables.product.prodname_dotcom %} account.
If you have not already done so, run `gh auth login` to authenticate with your {% data variables.product.prodname_dotcom %} account.
To use `gh` to work with {% data variables.product.prodname_github_codespaces %}, type `gh codespace SUBCOMMAND` or its alias `gh cs SUBCOMMAND`.
As an example of a series of commands you might use to work with {% data variables.product.prodname_github_codespaces %}, you could:
As an example of a series of commands you might use to work with {% data variables.product.prodname_github_codespaces %}, you could:
* List your current codespaces, to check whether you have a codespace for a particular repository:<br>
`gh codespace list`
@@ -121,7 +121,7 @@ gh codespace ssh -c CODESPACE-NAME
**Note**: {% data reusables.codespaces.ssh-server-installed %}
<br>For more information about the `devcontainer.json` file and the default container image, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers)."
<br>For more information about the `devcontainer.json` file and the default container image, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers)."
{% endnote %}
@@ -221,12 +221,12 @@ gh codespace logs -c CODESPACE-NAME
For more information about the creation log, see "[{% data variables.product.prodname_github_codespaces %} logs](/codespaces/troubleshooting/github-codespaces-logs#creation-logs)."
### Access remote resources
### Access remote resources
You can use the {% data variables.product.prodname_cli %} extension to create a bridge between a codespace and your local machine, so that the codespace can access any remote resource that is accessible from your machine. For more information on using the extension, see "[Using {% data variables.product.prodname_cli %} to access remote resources](https://github.com/github/gh-net#codespaces-network-bridge)."
{% note %}
**Note**: The {% data variables.product.prodname_cli %} extension is currently in beta and subject to change.
**Note**: The {% data variables.product.prodname_cli %} extension is currently in beta and subject to change.
{% endnote %}