I know we can write bolt
commands as below in powershell
and save it as .ps1
bolt task run package action=install name=apache2
We can excute that powershell
script to run bolt
commands.
But are there any other different methods to execute bolt
commands other than powershell
.
kindly let me know.