Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output of database creation could benefit for more information #501

Open
fernando-villalba opened this issue Jan 29, 2025 · 0 comments
Open

Comments

@fernando-villalba
Copy link
Contributor

fernando-villalba commented Jan 29, 2025

Description

This is the current output of DB creation:

civo database create blah --software psql --version 14
Database (blah) with ID b22a4120-0b77-4a27-b4b8-a6ff5c84e058 has been created

The output should also include the type (software) of db, version and size

Acceptance Criteria

Change it to something like:

Database (blah) type psql version 14 with ID b22a4120-0b77-4a27-b4b8-a6ff5c84e058 and size g3.db.xsmall has been created

To get fetch the database credentials use the command:

civo database credentials blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant