Cloud build, OTA updates, and app store submissions for NativeScript apps.
npm install @norrix/cliCloud build, OTA updates, and app store submissions for NativeScript apps.
``bash`
npm install -g @norrix/cli
`bashSign in to your account
norrix sign-in
Commands
| 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 Target environment (prod, dev)
--dev Shortcut for --env dev
--verbose Enable verbose output
--help Display help
--version Display version
``Full CLI reference and guides: docs.norrix.net/cli
MIT