Hasura CLI: hasura platform:ssh-key list

List all SSH keys

Synopsis

List all the SSH keys present on a cluster

hasura platform:ssh-key list [flags]

Alias: ls

Examples

# List all SSH keys present on the cluster
$ hasura ssh-key list

Options

-c, --cluster string   alias of the cluster to be contacted
-h, --help             help for list

Options inherited from parent commands

--project string   hasura project directory where the commands should be executed. (default: current directory)

SEE ALSO

Auto generated by spf13/cobra