Skip to content

Commit 66e1e16

Browse files
committed
feat(cli): added new apiv2 verison for ssh key
Signed-off-by: olivier dubo <olivier.dubo@ovhcloud.com>
1 parent f9520c1 commit 66e1e16

8 files changed

Lines changed: 481 additions & 36 deletions

File tree

doc/ovhcloud_cloud_ssh-key_create.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ ovhcloud cloud ssh-key create [flags]
1515
--init-file string Create a file with example parameters
1616
--name string Name for the SSH key to create
1717
--public-key string Public key for the SSH key to create
18-
--region string Region for the SSH key to create (optional)
1918
--replace Replace parameters file if it already exists
2019
```
2120

doc/ovhcloud_cloud_ssh-key_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Delete a SSH key
44

55
```
6-
ovhcloud cloud ssh-key delete <ssh_key_id> [flags]
6+
ovhcloud cloud ssh-key delete <ssh_key_name> [flags]
77
```
88

99
### Options

doc/ovhcloud_cloud_ssh-key_get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Get information about a SSH key
44

55
```
6-
ovhcloud cloud ssh-key get <ssh_key_id> [flags]
6+
ovhcloud cloud ssh-key get <ssh_key_name> [flags]
77
```
88

99
### Options

0 commit comments

Comments
 (0)