You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: prototype control api devloop intent (#6636)
* feat: prototype control api devloop intent
* fix lint
* use separate callback
* reset devlop intent
* add an integration test
* fix lint
* fix integration test
* fix continuously
Copy file name to clipboardExpand all lines: docs/content/en/docs/references/api/grpc.md
+1
Original file line number
Diff line number
Diff line change
@@ -384,6 +384,7 @@ Intent represents user intents for a given phase.
384
384
| build |[bool](#bool)|| in case skaffold dev is ran with autoBuild=false, a build intent enables building once |
385
385
| sync |[bool](#bool)|| in case skaffold dev is ran with autoSync=false, a sync intent enables file sync once |
386
386
| deploy |[bool](#bool)|| in case skaffold dev is ran with autoDeploy=false, a deploy intent enables deploys once |
387
+
| devloop |[bool](#bool)|| in case skaffold dev is ran with autoDeploy=false, autoSync=false and autoBuild=false a devloop intent enables the entire dev loop once |
0 commit comments