Please consider adding the option to suppress confirmations in the CLI.
For example.
/system reboot
returns
Reboot, yes? [y/N]:
This causes unnecessary trouble when automating tasks. A remote server would not easily be able to SSH in and perform a reboot as it requires the confirmation.
Yes I know there are long ways around this such as making a reboot script, etc.
It would be a more elegant solution to simply be able to execute the following command:
/system reboot confirmation=no
It would be appreciated to have a suppress confirmation for all commands that have confirmations.