This is useful when a specific device needs to be selected.
Today the workaround is to add a label with the device name, but that pollutes the label list.
Instead of jmp shell -l device=device-name
You could do
jmp shell -n device-name
or
jmp create lease -n device-name
If it's possible to do without the -n, even better.
This is useful when a specific device needs to be selected.
Today the workaround is to add a label with the device name, but that pollutes the label list.
Instead of jmp shell -l device=device-name
You could do
jmp shell -n device-nameor
jmp create lease -n device-nameIf it's possible to do without the -n, even better.