@otalan/cli 1.0.7 → 1.0.8
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 +6 -0
- package/README.md +1 -0
- package/dist/bin.js +29 -27
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -465,4 +465,5 @@ bun pm pack --dry-run
|
|
|
465
465
|
- Expo / React Native bundling uses `bunx expo ...`.
|
|
466
466
|
- Default API URL is `https://api.otalan.com`.
|
|
467
467
|
- Publishing, rollback, status, and `bundles` expect a CI key and an active app.
|
|
468
|
+
- Release commands print the organization and project resolved from the CI key before continuing.
|
|
468
469
|
- Run `bun run build` after changing CLI source if you want `dist/bin.js` updated locally.
|