feat(cli): colorize help page (#9589)

This commit is contained in:
Ammar Bandukwala
2023-09-08 13:21:33 -05:00
committed by GitHub
parent 11404af9ca
commit e361f1107b
86 changed files with 1224 additions and 920 deletions

View File

@ -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.
USAGE:
coder server postgres-builtin-url [flags]
Options
--raw-url bool
Output the connection URL for the built-in PostgreSQL deployment.
OPTIONS:
--raw-url bool
Output the raw connection URL instead of a psql command.
---
———
Run `coder --help` for a list of global options.