doctl compute ssh-key import ...
documentation inconsistent with command usage. It says I'm missing required arguments, but no idea from online docs or help option what that would be.
From the doc: Usage:
doctl compute ssh-key import <key-name> [flags]
In reality:
$ doctl compute ssh-key import mykey
Error: (ssh-key.import.public-key-file) command is missing required arguments
[flags]
should be optional, so what other arguments are required???