|
28 | 28 | ('vs:reboot', 'SoftLayer.CLI.virt.power:reboot'), |
29 | 29 | ('vs:reload', 'SoftLayer.CLI.virt.reload:cli'), |
30 | 30 | ('vs:upgrade', 'SoftLayer.CLI.virt.upgrade:cli'), |
| 31 | + ('vs:credentials', 'SoftLayer.CLI.virt.credentials:cli'), |
31 | 32 |
|
32 | 33 | ('cdn', 'SoftLayer.CLI.cdn'), |
33 | 34 | ('cdn:detail', 'SoftLayer.CLI.cdn.detail:cli'), |
|
120 | 121 |
|
121 | 122 | ('nas', 'SoftLayer.CLI.nas'), |
122 | 123 | ('nas:list', 'SoftLayer.CLI.nas.list:cli'), |
| 124 | + ('nas:credentials', 'SoftLayer.CLI.nas.credentials:cli'), |
123 | 125 |
|
124 | 126 | ('rwhois', 'SoftLayer.CLI.rwhois'), |
125 | 127 | ('rwhois:edit', 'SoftLayer.CLI.rwhois.edit:cli'), |
|
140 | 142 | ('server:power-on', 'SoftLayer.CLI.server.power:power_on'), |
141 | 143 | ('server:reboot', 'SoftLayer.CLI.server.power:reboot'), |
142 | 144 | ('server:reload', 'SoftLayer.CLI.server.reload:cli'), |
| 145 | + ('server:credentials', 'SoftLayer.CLI.server.credentials:cli'), |
143 | 146 |
|
144 | 147 | ('snapshot', 'SoftLayer.CLI.snapshot'), |
145 | 148 | ('snapshot:cancel', 'SoftLayer.CLI.snapshot.cancel:cli'), |
|
0 commit comments