We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f856db3 commit 0f0030aCopy full SHA for 0f0030a
SoftLayer/CLI/routes.py
@@ -237,6 +237,7 @@
237
('hardware:update-firmware', 'SoftLayer.CLI.hardware.update_firmware:cli'),
238
('hardware:rescue', 'SoftLayer.CLI.hardware.power:rescue'),
239
('hardware:ready', 'SoftLayer.CLI.hardware.ready:cli'),
240
+ ('hardware:toggle-ipmi', 'SoftLayer.CLI.hardware.toggle_ipmi:cli'),
241
242
('securitygroup', 'SoftLayer.CLI.securitygroup'),
243
('securitygroup:list', 'SoftLayer.CLI.securitygroup.list:cli'),
0 commit comments