diff --git a/test/e2e/binary.e2e.js b/test/e2e/binary.e2e.js index 59187c222..7032045e5 100644 --- a/test/e2e/binary.e2e.js +++ b/test/e2e/binary.e2e.js @@ -13,7 +13,8 @@ describe('Binary Commands', () => { 'Help: particle help binary ', '', 'Commands:', - ' inspect Describe binary contents', + ' inspect Describe binary contents', + ' enable-device-protection Create a protected bootloader binary', '', 'Global Options:', ' -v, --verbose Increases how much logging to display [count]', diff --git a/test/e2e/help.e2e.js b/test/e2e/help.e2e.js index 77ecfeb90..711dfee7f 100644 --- a/test/e2e/help.e2e.js +++ b/test/e2e/help.e2e.js @@ -51,7 +51,9 @@ describe('Help & Unknown Command / Argument Handling', () => { 'cloud claim', 'cloud remove', 'cloud name', 'cloud flash', 'cloud compile', 'cloud nyan', 'cloud login', 'cloud logout', 'cloud', 'compile', 'config', 'device add', 'device remove', - 'device rename', 'device doctor', 'device', 'doctor', 'flash', + 'device rename', 'device doctor', 'device', + 'device-protection', 'device-protection status', 'device-protection disable', 'device-protection enable', + 'doctor', 'flash', 'function list', 'function call', 'function', 'get', 'identify', 'keys new', 'keys load', 'keys save', 'keys send', 'keys doctor', 'keys server', 'keys address', 'keys', 'library add', @@ -72,8 +74,7 @@ describe('Help & Unknown Command / Argument Handling', () => { 'usb setup-done', 'usb configure', 'usb cloud-status', 'usb network-interfaces', 'usb', 'variable list', 'variable get', 'variable monitor', 'variable', 'webhook create', 'webhook list', 'webhook delete', 'webhook POST', - 'webhook GET', 'webhook', 'whoami', 'wifi add', 'wifi join', 'wifi clear', 'wifi list', 'wifi remove', 'wifi current', 'wifi', - 'device-protection', 'device-protection status', 'device-protection disable', 'device-protection enable' + 'webhook GET', 'webhook', 'whoami', 'wifi add', 'wifi join', 'wifi clear', 'wifi list', 'wifi remove', 'wifi current', 'wifi' ]; const mainCmds = dedupe(allCmds.map(c => c.split(' ')[0]));