Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
66080: cli/demo: clarify the details printed upon startup r=rafiss a=knz Fixes #65337. Requested by @ianjevans Before: ``` Connection parameters: (webui) http://... (sql) postgres://... (sql/unix) postgres://... The user "demo" with password "..." has been created. Use it to access the Web UI! ``` After: ``` If you wish to access this demo cluster using another tool, you will need the following details: - Connection parameters: (webui) http://... (sql) postgres://... (sql/unix) postgres://... - Username: "demo", password: "..." - Directory with certificate files (for SQL drivers/tools): /tmp/demo... ``` Release note (cli change): The informational messages printed out when `cockroach demo` starts have been updated to clarify that certain information is only needed when accessing the demo cluster from another tool. Co-authored-by: Raphael 'kena' Poss <[email protected]>
- Loading branch information