test: add golden files to enterprise cli (#7924)

* test: Add golden files to enterprise cli
This commit is contained in:
Steven Masley
2023-06-09 11:35:20 -05:00
committed by GitHub
parent 4f9d3155c9
commit 065206345e
24 changed files with 956 additions and 214 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.