|
331 | 331 | 'SoftLayer.CLI.securitygroup.interface:remove'),
|
332 | 332 | ('securitygroup:event-log', 'SoftLayer.CLI.securitygroup.event_log:get_by_request_id'),
|
333 | 333 |
|
334 |
| - ('sshkey', 'SoftLayer.CLI.sshkey'), |
335 |
| - ('sshkey:add', 'SoftLayer.CLI.sshkey.add:cli'), |
336 |
| - ('sshkey:remove', 'SoftLayer.CLI.sshkey.remove:cli'), |
337 |
| - ('sshkey:edit', 'SoftLayer.CLI.sshkey.edit:cli'), |
338 |
| - ('sshkey:list', 'SoftLayer.CLI.sshkey.list:cli'), |
339 |
| - ('sshkey:print', 'SoftLayer.CLI.sshkey.print:cli'), |
340 |
| - |
341 |
| - ('ssl', 'SoftLayer.CLI.ssl'), |
342 |
| - ('ssl:add', 'SoftLayer.CLI.ssl.add:cli'), |
343 |
| - ('ssl:download', 'SoftLayer.CLI.ssl.download:cli'), |
344 |
| - ('ssl:edit', 'SoftLayer.CLI.ssl.edit:cli'), |
345 |
| - ('ssl:list', 'SoftLayer.CLI.ssl.list:cli'), |
346 |
| - ('ssl:remove', 'SoftLayer.CLI.ssl.remove:cli'), |
| 334 | + ('security', 'SoftLayer.CLI.security'), |
| 335 | + ('security:sshkey-add', 'SoftLayer.CLI.security.sshkey_add:cli'), |
| 336 | + ('security:sshkey-remove', 'SoftLayer.CLI.security.sshkey_remove:cli'), |
| 337 | + ('security:sshkey-edit', 'SoftLayer.CLI.security.sshkey_edit:cli'), |
| 338 | + ('security:sshkey-list', 'SoftLayer.CLI.security.sshkey_list:cli'), |
| 339 | + ('security:sshkey-print', 'SoftLayer.CLI.security.sshkey_print:cli'), |
| 340 | + ('security:cert-add', 'SoftLayer.CLI.security.cert_add:cli'), |
| 341 | + ('security:cert-download', 'SoftLayer.CLI.security.cert_download:cli'), |
| 342 | + ('security:cert-edit', 'SoftLayer.CLI.security.cert_edit:cli'), |
| 343 | + ('security:cert-list', 'SoftLayer.CLI.security.cert_list:cli'), |
| 344 | + ('security:cert-remove', 'SoftLayer.CLI.security.cert_remove:cli'), |
347 | 345 |
|
348 | 346 | ('subnet', 'SoftLayer.CLI.subnet'),
|
349 | 347 | ('subnet:cancel', 'SoftLayer.CLI.subnet.cancel:cli'),
|
|
0 commit comments