|
332 | 332 | ('securitygroup:event-log', 'SoftLayer.CLI.securitygroup.event_log:get_by_request_id'),
|
333 | 333 |
|
334 | 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'), |
| 335 | + ('sshkey:add', 'SoftLayer.CLI.security.sshkey_add:cli'), |
| 336 | + ('sshkey:remove', 'SoftLayer.CLI.security.sshkey_remove:cli'), |
| 337 | + ('sshkey:edit', 'SoftLayer.CLI.security.sshkey_edit:cli'), |
| 338 | + ('sshkey:list', 'SoftLayer.CLI.security.sshkey_list:cli'), |
| 339 | + ('sshkey:print', 'SoftLayer.CLI.security.sshkey_print:cli'), |
340 | 340 |
|
341 | 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'), |
| 342 | + ('ssl:add', 'SoftLayer.CLI.security.cert_add:cli'), |
| 343 | + ('ssl:download', 'SoftLayer.CLI.security.cert_download:cli'), |
| 344 | + ('ssl:edit', 'SoftLayer.CLI.security.cert_edit:cli'), |
| 345 | + ('ssl:list', 'SoftLayer.CLI.security.cert_list:cli'), |
| 346 | + ('ssl:remove', 'SoftLayer.CLI.security.cert_remove:cli'), |
| 347 | + |
| 348 | + ('security', 'SoftLayer.CLI.security'), |
| 349 | + ('security:sshkey-add', 'SoftLayer.CLI.security.sshkey_add:cli'), |
| 350 | + ('security:sshkey-remove', 'SoftLayer.CLI.security.sshkey_remove:cli'), |
| 351 | + ('security:sshkey-edit', 'SoftLayer.CLI.security.sshkey_edit:cli'), |
| 352 | + ('security:sshkey-list', 'SoftLayer.CLI.security.sshkey_list:cli'), |
| 353 | + ('security:sshkey-print', 'SoftLayer.CLI.security.sshkey_print:cli'), |
| 354 | + ('security:cert-add', 'SoftLayer.CLI.security.cert_add:cli'), |
| 355 | + ('security:cert-download', 'SoftLayer.CLI.security.cert_download:cli'), |
| 356 | + ('security:cert-edit', 'SoftLayer.CLI.security.cert_edit:cli'), |
| 357 | + ('security:cert-list', 'SoftLayer.CLI.security.cert_list:cli'), |
| 358 | + ('security:cert-remove', 'SoftLayer.CLI.security.cert_remove:cli'), |
347 | 359 |
|
348 | 360 | ('subnet', 'SoftLayer.CLI.subnet'),
|
349 | 361 | ('subnet:cancel', 'SoftLayer.CLI.subnet.cancel:cli'),
|
|
0 commit comments