feat: update slog to use logfmt (#7477)

This commit is contained in:
Ammar Bandukwala
2023-05-14 15:23:13 -05:00
committed by GitHub
parent 0f4717e471
commit f05f12231d
19 changed files with 92 additions and 54 deletions

View File

@ -5,11 +5,11 @@ Add an SSH Host entry for your workspaces "ssh coder.workspace"
- You can use -o (or --ssh-option) so set SSH options to be used for all your
workspaces:
$ coder config-ssh -o ForwardAgent=yes
 $ coder config-ssh -o ForwardAgent=yes 
- You can use --dry-run (or -n) to see the changes that would be made:
$ coder config-ssh --dry-run
 $ coder config-ssh --dry-run 
Options
-n, --dry-run bool, $CODER_SSH_DRY_RUN