You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
This is the current output of DB creation:
The output should also include the type (software) of db, version and size
Acceptance Criteria
Change it to something like:
The text was updated successfully, but these errors were encountered: