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
Copy file name to clipboardExpand all lines: Taskfile.yml
+20
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,26 @@ tasks:
149
149
- task: go:vet
150
150
- task: go:lint
151
151
152
+
autoupdate:demo:
153
+
desc: Demo the local auto-update workflow for the Agent
154
+
prompt: Before continuing, please make sure you’ve opened the "Open Configuration" option from the Agent menu and set the updateUrl=http://127.0.0.1:3000/
155
+
cmds:
156
+
- task: go:build
157
+
- go install github.com/sanbornm/go-selfupdate/...@latest
158
+
# agent will search the new bin into "CreateAgent/Stable/{platform}.json" and "https://downloads.arduino.cc/CreateAgent/Stable/{version}/{platform}.gz"
0 commit comments