Revert "docs: Change console to shell and remove unused elements (#5960)" (#5964)

This reverts commit 61dcf643e8.
This commit is contained in:
Bruno Quaresma
2023-02-01 17:05:45 -03:00
committed by GitHub
parent 936bd5b231
commit 8ef0306c08
32 changed files with 131 additions and 129 deletions
+5 -3
View File
@@ -8,7 +8,7 @@ for software development.
Each Coder user has their own workspaces created from [shared
templates](./templates.md):
```shell
```console
# create a workspace from the template; specify any variables
coder create --template="<templateName>" <workspaceName>
@@ -66,7 +66,7 @@ one hour. IDE, SSH, Port Forwarding, and coder_app activity trigger this bump.
Use the following command to update a workspace to the latest template version.
The workspace will be stopped and started:
```shell
```console
coder update <workspace-name>
```
@@ -76,7 +76,7 @@ Use the following command to re-enter template input
variables in an existing workspace. This command is useful when a workspace fails
to build because its state is out of sync with the template.
```shell
```console
coder update <your workspace name> --always-prompt
```
@@ -89,6 +89,8 @@ Coder stores macOS and Linux logs at the following locations:
| `startup_script` | `/tmp/coder-startup-script.log` |
| Agent | `/tmp/coder-agent.log` |
---
## Up next
- Learn about how to personalize your workspace with [Dotfiles](./dotfiles.md)