Skip to content

Commit 88463f9

Browse files
committed
Merge pull request flutter#788 from domokit/iansf-sky_tool-listen-docs
Add documentation for using sky_tool listen.
2 parents 7f60dc5 + d9d4f46 commit 88463f9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

sky/packages/sky/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,21 @@ for historical reasons currently uses the tag `chromium`.)
8989
To avoid confusion from old log messages, you may wish to run `adb logcat -c` before calling
9090
`sky_tool start`, to clear the log between runs.
9191

92+
Rapid Iteration
93+
---------------
94+
95+
As an alternative to running `./packages/sky/sky_tool start` every time you make a change,
96+
you might prefer to have the SkyShell reload your app automatically for you as you edit. To
97+
do this, run the following command:
98+
99+
- `./packages/sky/sky_tool listen`
100+
101+
This is a long-running command -- just press `ctrl-c` when you want to stop listening for
102+
changes to the file system and automatically reloading your app.
103+
104+
Currently `sky_tool listen` only works for Android, but iOS device and iOS simulator support
105+
are coming soon.
106+
92107
Debugging
93108
---------
94109

0 commit comments

Comments
 (0)