|
106 | 106 | ('block:volume-order', 'SoftLayer.CLI.block.order:cli'), |
107 | 107 | ('block:volume-set-lun-id', 'SoftLayer.CLI.block.lun:cli'), |
108 | 108 | ('block:volume-limits', 'SoftLayer.CLI.block.limit:cli'), |
| 109 | + ('block:volume-refresh', 'SoftLayer.CLI.block.refresh:cli'), |
| 110 | + ('block:volume-convert', 'SoftLayer.CLI.block.convert:cli'), |
109 | 111 |
|
110 | 112 | ('event-log', 'SoftLayer.CLI.event_log'), |
111 | 113 | ('event-log:get', 'SoftLayer.CLI.event_log.get:cli'), |
|
137 | 139 | ('file:volume-modify', 'SoftLayer.CLI.file.modify:cli'), |
138 | 140 | ('file:volume-order', 'SoftLayer.CLI.file.order:cli'), |
139 | 141 | ('file:volume-limits', 'SoftLayer.CLI.file.limit:cli'), |
| 142 | + ('file:volume-refresh', 'SoftLayer.CLI.file.refresh:cli'), |
| 143 | + ('file:volume-convert', 'SoftLayer.CLI.file.convert:cli'), |
140 | 144 |
|
141 | 145 | ('firewall', 'SoftLayer.CLI.firewall'), |
142 | 146 | ('firewall:add', 'SoftLayer.CLI.firewall.add:cli'), |
|
0 commit comments