vinfra service compute key list

List compute SSH keys:

usage: vinfra service compute key list [--long]
--long
Enable access and listing of all fields of objects.

Example:

# vinfra service compute key list
+-----------+-------------+----------------------------------+
| name      | description | created_at                       |
+-----------+-------------+----------------------------------+
| testkey   | test key    | 2019-04-24T13:41:05.209837+00:00 |
| publickey | public key  | 2019-04-25T13:41:14.241736+00:00 |
+-----------+-------------+----------------------------------+

This command lists all SSH keys.