I want to use zeus s -p 12345 in my project.
Of course I could use shell alias to make this like
alias zsp='zeus s -p 12345'
I'd like to know if there's a way to directly modify the custom plan to make this?
So next time only need to type zeus s than it automatically use the port in the custom_plan or zeus.json file.
Thanks.
You can force a custom port with a 'custom_plan.rb' like this:
I know this is ugly but this was the only way I could get this to work. I think overriding
default_optionswould be better but it doesn't work.