I was using sky for my code development.
After successfully launched a VM, I changed some codes and re-run
python examples/my_app.py
However, I need to wait more than 5 mins for Ray autoscaler to re-run those unnecessary setup commands, which may be too slow for iterative code development.
And I ended up just ssh logging into the VM and execute the command myself. however, such way would make the codebase asynchronous and I had to manually upload the codes myself.
Can we implement sth like sky exec to just sync the code + run commands for users?