@otalan/cli 1.0.0 → 1.0.2

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 ADDED
@@ -0,0 +1,30 @@
1
+ # Changelog
2
+
3
+ All notable changes to `@otalan/cli` will be documented in this file.
4
+
5
+ ## 1.0.2 - 2026-05-04
6
+
7
+ ### Added
8
+
9
+ - Add `otalan version`, `otalan --version`, and `otalan -v`.
10
+ - Show the installed CLI version in help output.
11
+
12
+ ## 1.0.1 - 2026-05-04
13
+
14
+ ### Changed
15
+
16
+ - Include `CHANGELOG.md` in the published package.
17
+
18
+ ## 1.0.0 - 2026-05-04
19
+
20
+ Initial public release of the Otalan CLI.
21
+
22
+ ### Added
23
+
24
+ - Capacitor OTA bundle packaging from built web assets.
25
+ - Expo / React Native OTA bundle packaging through `expo export`.
26
+ - Release publishing with rollout metadata and server-side validation polling.
27
+ - Bundle listing, active bundle status, and rollback commands.
28
+ - CI key login, project initialization, and API connectivity doctor checks.
29
+ - Native version and Expo runtime version resolution helpers.
30
+ - Public npm package metadata, license notices, and Bun-based CLI entrypoint.
package/README.md CHANGED
@@ -216,6 +216,15 @@ Example project config:
216
216
 
217
217
  Shows the available commands.
218
218
 
219
+ ### `otalan version`
220
+
221
+ Prints the installed CLI version.
222
+
223
+ ```bash
224
+ otalan version
225
+ otalan --version
226
+ ```
227
+
219
228
  ### `otalan login`
220
229
 
221
230
  Saves the CI key and API base URL locally.