From b8b178e3133a9ad2900e28be1a74e553c7c4cecf Mon Sep 17 00:00:00 2001 From: Mark Milligan Date: Thu, 3 Nov 2022 10:40:51 -0500 Subject: [PATCH] docs: change format from console to sh for psql URL and coder update repair sections --- docs/admin/configure.md | 2 +- docs/workspaces.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/configure.md b/docs/admin/configure.md index 9acf0ad9433fa..8c539185b5d69 100644 --- a/docs/admin/configure.md +++ b/docs/admin/configure.md @@ -40,7 +40,7 @@ downloaded from Maven (https://repo1.maven.org/maven2) and store all data in the If you are using the built-in PostgreSQL deployment and need to use `psql` (aka the PostgreSQL interactive terminal), output the connection URL with the following command: -```console +```sh $ coder server postgres-builtin-url $ psql "postgres://coder@localhost:49627/coder?sslmode=disable&password=feU...yI1" ``` diff --git a/docs/workspaces.md b/docs/workspaces.md index 8aa0fdfb6c8af..858ec2e67eabc 100644 --- a/docs/workspaces.md +++ b/docs/workspaces.md @@ -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. -```console +```sh coder update --always-prompt ```