When you run a command, Scotty looks for a file in your current directory in this order:
Scotty.sh
scotty.sh
Scotty.blade.php
scotty.blade.php
Envoy.sh
envoy.sh
Envoy.blade.php
envoy.blade.php
It uses the first one it finds. This means you can drop Scotty into a project that uses Envoy.blade.php and it'll pick it up automatically, no config needed.
##Specifying a file directly
If your file lives somewhere else, or you want to be explicit about which one to use:
scotty run deploy --path=deploy/production.sh
scotty run deploy --conf=Envoy.blade.php
##How Scotty picks the parser
Scotty looks at the file extension to decide how to parse it: