fermyon / cloud-plugin

A Spin plugin for the Spin CLI for managing Spin apps in Fermyon Cloud.
https://developer.fermyon.com/cloud/
Apache License 2.0
8 stars 13 forks source link

Condense SQL databases list output #122

Closed kate-goldenring closed 1 year ago

kate-goldenring commented 1 year ago

Make it easier to see more with less. From

$ spin cloud sqlite list
+----------+---------+----------+
| App      | Label   | Database |
+===============================+
| boo-todo | default | newdb    |
|----------+---------+----------|
| boo-todo | bar     | newname  |
+----------+---------+----------+

To

$ spin cloud sqlite list
+-------------------------------+
| App        Label     Database |
+===============================+
| boo-todo   default   newdb    |
| boo-todo   bar       newname  |
+-------------------------------+