mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
feat(cli): colorize help page (#9589)
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
Usage: coder server postgres-builtin-url [flags]
|
||||
coder v0.0.0-devel
|
||||
|
||||
Output the connection URL for the built-in PostgreSQL deployment.
|
||||
[93mUSAGE:[0m
|
||||
coder server postgres-builtin-url [flags]
|
||||
|
||||
[1mOptions[0m
|
||||
--raw-url bool
|
||||
Output the connection URL for the built-in PostgreSQL deployment.
|
||||
|
||||
[93mOPTIONS:[0m
|
||||
[94m--[0m[94mraw-url[0m bool
|
||||
Output the raw connection URL instead of a psql command.
|
||||
|
||||
---
|
||||
———
|
||||
Run `coder --help` for a list of global options.
|
||||
|
Reference in New Issue
Block a user