@microtronics/studio-cli 0.60.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,22 @@
1
1
  # Changelog
2
2
 
3
- ## 0.60.0 (2026-04-16)
3
+ ## 0.62.0 (2026-04-23)
4
4
 
5
- ### Bug Fixes
5
+ ### Features
6
6
 
7
+ * first version to sync a device with usb ([dec8608](https://bitbucket.org/microtronics-core/vscode-studio/commits/dec8608fa40c05d77fa1b53bc11691da2b2e560a))
8
+
9
+ ## 0.61.0 (2026-04-22)
10
+
11
+ ### Bug Fixes
12
+
13
+ * **cli:** correct dimension define reference for structured array blob fields ([3f3e551](https://bitbucket.org/microtronics-core/vscode-studio/commits/3f3e551c202f2f84032d6b1dec1ffa4b6c43679f))
14
+ * **cli:** suppress warning 224 in binary format helper function ([3525494](https://bitbucket.org/microtronics-core/vscode-studio/commits/352549496a7a88b8edcf98bf777ec4052c94e87c)), closes [#pragma](https://bitbucket.org/microtronics-core/vscode-studio/issues/pragma)
15
+
16
+ ## 0.60.0 (2026-04-16)
17
+
18
+ ### Bug Fixes
19
+
7
20
  * **cli:** remove temp variable in binary format helper and use aData directly ([14dc4e4](https://bitbucket.org/microtronics-core/vscode-studio/commits/14dc4e48d27470fb9e5b3c5974e329654bfd4cf4))
8
21
 
9
22
  ## 0.59.0 (2026-04-14)
package/README.md CHANGED
@@ -211,6 +211,23 @@ $ studio-cli usb upload -s 1234567890ABCDEF -f ./app.amx
211
211
  $ studio-cli usb upload -s 1234567890ABCDEF -f ./app.amx --debug
212
212
  ```
213
213
 
214
+ #### usb sync
215
+ Sync a USB device with the myDatanet server. This triggers a full device synchronization including optional MNT and MDN communication phases.
216
+
217
+ ```console
218
+ $ studio-cli usb sync -s <serial> [--debug]
219
+ ```
220
+
221
+ **Options:**
222
+ - `-s, --serial <serial>` - Device serial number (16 characters hex) **[required]**
223
+ - `--debug` - Enable debug logging (shows sync mode, phases, and message counts)
224
+
225
+ **Example:**
226
+ ```console
227
+ $ studio-cli usb sync -s 1234567890ABCDEF
228
+ $ studio-cli usb sync -s 1234567890ABCDEF --debug
229
+ ```
230
+
214
231
  ## Development
215
232
 
216
233
  Execute commands from the root dir