Hasura CLI: hasura platform:ssh-key remove

Remove a SSH key

Synopsis

Remove a SSH key identified by a name from the cluster

hasura platform:ssh-key remove [key-name] [flags]

Examples

# Remove a SSH key 'user@localhost' from a cluster
$ hasura ssh-key remove user@localhost

Options

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

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