- Changed some
sky_tools
commands to enforce that they're run from a project root - Fixed an issue with the starter template
- Depend on a more recent version of test, since the old version indirectly referenced the now-obsolete VM package dart:profiler.
- fixed issues running
sky_tools start
on Windows
- Add the --precompiled option to the build command that indicates a script snapshot should not be created since the executable will contain the precompiled instruction buffer
- fixed an issue where the process exit codes were not being set correctly
- fixed an issue when running the
sky_tools init
command
- update Flutter project template
- fix mojo_run command to support sky_engine >= 0.0.27
- added a dependency to the
sky_tools
package in the generated project template
- added
sky_tools
as an installable binary
- tweaks to the Sky project template
- added a new
sky_tools
binary - added an
init
command, used to create a new Sky project