@onreza/nrz
v0.20.0
Published
ONREZA platform CLI — dev, build, deploy
Readme
@onreza/nrz
ONREZA platform CLI — dev, build, deploy.
Install
npm install -g @onreza/nrzAfter installation the nrz binary is available in your $PATH.
Usage
nrz dev # Start dev server with ONREZA runtime emulation
nrz build # Validate build output and manifest
nrz deploy # Deploy to ONREZA platform
nrz upgrade # Self-update to the latest versionSupported platforms
| Platform | Architecture | |----------|-------------| | Linux | x86_64 | | macOS | x86_64, Apple Silicon | | Windows | x86_64 |
Alternative installation
Linux/macOS:
curl -fsSL https://raw.githubusercontent.com/onreza/nrz-cli/main/install.sh | bashWindows (PowerShell 7+):
iwr -useb https://raw.githubusercontent.com/onreza/nrz-cli/main/install.ps1 | iexDocumentation
Full documentation and source code: github.com/onreza/nrz-cli
License
MIT
