steampipe plugin install francois2metz/scalingo

Table: scalingo_key

List the SSH keys associated to your account.

Examples

List SSH Keys

select
id,
content
from
scalingo_key;

Schema for scalingo_key

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
contenttextRaw content of the SSH public key.
idtextUnique ID of the key.
nametextGiven name to the key.