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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,8 @@ The following options are available:
98
98
99
99
`--jsController <version>` Define which version of js-controller to be used (default: "latest").
100
100
101
+
`--admin <version>` Define which version of admin to be used (default: "latest").
102
+
101
103
`--backupFile <filename>` Provide an ioBroker backup file to restore in this dev-server. Use this option to populate the dev-server with data (and possibly other adapters).
.command(['update [profile]','ud'],'Update ioBroker and its dependencies to the latest versions',{},async()=>awaitthis.update())
84
90
.command(['run [profile]','r'],'Run ioBroker dev-server, the adapter will not run, but you may test the Admin UI with hot-reload',{},async()=>awaitthis.run())
85
91
.command(['watch [profile]','w'],'Run ioBroker dev-server and start the adapter in "watch" mode. The adapter will automatically restart when its source code changes. You may attach a debugger to the running adapter.',{},async()=>awaitthis.watch())
0 commit comments