feat: update slog to use logfmt (#7477)

This commit is contained in:
Ammar Bandukwala
2023-05-14 20:23:13 +00:00
committed by GitHub
parent 0f4717e471
commit f05f12231d
19 changed files with 92 additions and 54 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ Usage: coder [global-flags] <subcommand>
Coder v0.0.0-devel — A tool for provisioning self-hosted development environments with Terraform.
- Start a Coder server:
$ coder server
 $ coder server 
- Get started by creating a template from an example:
$ coder templates init
 $ coder templates init 
Subcommands
config-ssh Add an SSH Host entry for your workspaces "ssh
+2 -2
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
+1 -1
View File
@@ -4,7 +4,7 @@ Personalize your workspace by applying a canonical dotfiles repository
- Check out and install a dotfiles repository without prompts:
$ coder dotfiles --yes git@github.com:example/dotfiles.git
 $ coder dotfiles --yes git@github.com:example/dotfiles.git 
Options
--symlink-dir string, $CODER_SYMLINK_DIR
+4 -4
View File
@@ -7,20 +7,20 @@ Aliases: tunnel
- Port forward a single TCP port from 1234 in the workspace to port 5678 on
your local machine:
$ coder port-forward <workspace> --tcp 5678:1234
 $ coder port-forward <workspace> --tcp 5678:1234 
- Port forward a single UDP port from port 9000 to port 9000 on your local
machine:
$ coder port-forward <workspace> --udp 9000
 $ coder port-forward <workspace> --udp 9000 
- Port forward multiple TCP ports and a UDP port:
$ coder port-forward <workspace> --tcp 8080:8080 --tcp 9000:3000 --udp 5353:53
 $ coder port-forward <workspace> --tcp 8080:8080 --tcp 9000:3000 --udp 5353:53 
- Port forward multiple ports (TCP or UDP) in condensed syntax:
$ coder port-forward <workspace> --tcp 8080,9000:3000,9090-9092,10000-10002:10010-10012
 $ coder port-forward <workspace> --tcp 8080,9000:3000,9090-9092,10000-10002:10010-10012 
Options
-p, --tcp string-array, $CODER_PORT_FORWARD_TCP
+1 -1
View File
@@ -6,7 +6,7 @@ Override the stop time of a currently running workspace instance.
* The new stop time must be at least 30 minutes in the future.
* The workspace template may restrict the maximum workspace runtime.
$ coder schedule override-stop my-workspace 90m
 $ coder schedule override-stop my-workspace 90m 
---
Run `coder --help` for a list of global options.
+1 -1
View File
@@ -14,7 +14,7 @@ Schedule format: <start-time> [day-of-week] [location].
- Set the workspace to start at 9:30am (in Dublin) from Monday to Friday:
$ coder schedule start my-workspace 9:30AM Mon-Fri Europe/Dublin
 $ coder schedule start my-workspace 9:30AM Mon-Fri Europe/Dublin 
---
Run `coder --help` for a list of global options.
+1 -1
View File
@@ -15,7 +15,7 @@ When enabling scheduled stop, enter a duration in one of the following formats:
* 2m (2 minutes)
* 2 (2 minutes)
$ coder schedule stop my-workspace 2h30m
 $ coder schedule stop my-workspace 2h30m 
---
Run `coder --help` for a list of global options.
+3 -3
View File
@@ -7,15 +7,15 @@ Aliases: template
Templates are written in standard Terraform and describe the infrastructure for workspaces
- Create a template for developers to create workspaces:
$ coder templates create
 $ coder templates create 
- Make changes to your template, and plan the changes:
$ coder templates plan my-template
 $ coder templates plan my-template 
- Push an update to the template. Your developers can update their workspaces:
$ coder templates push my-template
 $ coder templates push my-template 
Subcommands
create Create a template from the current directory or as specified by
+1 -1
View File
@@ -6,7 +6,7 @@ Aliases: version
- List versions of a specific template:
$ coder templates versions list my-template
 $ coder templates versions list my-template 
Subcommands
list List all the versions of the specified template
+3 -3
View File
@@ -7,15 +7,15 @@ Aliases: token
Tokens are used to authenticate automated clients to Coder.
- Create a token for automation:
$ coder tokens create
 $ coder tokens create 
- List your tokens:
$ coder tokens ls
 $ coder tokens ls 
- Remove a token by ID:
$ coder tokens rm WuoWs4ZsMX
 $ coder tokens rm WuoWs4ZsMX 
Subcommands
create Create a token
+1 -1
View File
@@ -5,7 +5,7 @@ platform
Aliases: active
$ coder users activate example_user
 $ coder users activate example_user 
Options
-c, --column string-array (default: username,email,created_at,status)
+1 -1
View File
@@ -2,7 +2,7 @@ Usage: coder users show [flags] <username|user_id|'me'>
Show a single user. Use 'me' to indicate the currently authenticated user.
$ coder users show me
 $ coder users show me 
Options
-o, --output string (default: table)
+1 -1
View File
@@ -5,7 +5,7 @@ platform
Aliases: rm, delete
$ coder users suspend example_user
 $ coder users suspend example_user 
Options
-c, --column string-array (default: username,email,created_at,status)