1. How can I disable the file transfer progress message? (the 1k/100k...) it makes the output in text file too big and slow down the whole process.
2. How can I run deploy without redo the compile, test....? I have multi-projects, I would like to make sure all projects build/test correctly before I deploy them, but the deploy will always redo eveything again, which is really time consuming.