@norrix/cli
v1.0.8
Published
Cloud build, OTA updates, and app store submissions for NativeScript apps.
Readme
@norrix/cli
Cloud build, OTA updates, and app store submissions for NativeScript apps.
Installation
npm install -g @norrix/cliQuick Start
# Sign in to your account
norrix sign-in
# Build your app
norrix build android release
norrix build ios release appstore
norrix build visionos release appstore
# Publish OTA updates
norrix update android
norrix update ios
norrix update visionos
# Submit to app stores
norrix submit android production
norrix submit ios
norrix submit visionosCommands
| Command | Description |
| ------------- | ------------------------------------ |
| build | Build your app in the cloud |
| update | Publish OTA updates |
| submit | Submit to App Store / Google Play |
| fingerprint | Print or compare native fingerprints |
| env | Manage build environment variables |
| orgs | Manage organizations |
| sign-in | Authenticate with Norrix |
| sign-out | Sign out |
| whoami | Show current user |
Global Options
--env <env> Target environment (prod, dev)
--dev Shortcut for --env dev
--verbose Enable verbose output
--help Display help
-v, --version Display versionDocumentation
Full CLI reference and guides: docs.norrix.net/cli
License
MIT
