feat: convert entire CLI to clibase (#6491)

I'm sorry.
This commit is contained in:
Ammar Bandukwala
2023-03-23 17:42:20 -05:00
committed by GitHub
parent b71b8daa21
commit 2bd6d2908e
345 changed files with 9965 additions and 9082 deletions

View File

@ -0,0 +1,10 @@
Usage: coder server postgres-builtin-url [flags]
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.