sky.ui.ultra
v0.0.22
Published
Sky UI Ultra CLI — npx entry point (wraps @sky.ui/cli-ultra)
Downloads
438
Maintainers
Readme
sky.ui.ultra
npx entry point for the Sky UI Ultra CLI (@sky.ui/cli). Use this package to log in, install Pro components, and hydrate licensed artifacts from the terminal.
Quick start
npx sky.ui.ultra login
npx sky.ui.ultra installinstall adds the correct @sky.ui.ultra/* stub to your project and hydrates the full licensed package into node_modules. If you run npm install @sky.ui.ultra/core manually, run npx sky.ui.ultra install --framework=core afterward to hydrate.
Commands
| Command | Description |
|---------|-------------|
| npx sky.ui.ultra login | Browser sign-in; saves personal token locally |
| npx sky.ui.ultra install | Install Pro packages for your stack and hydrate licensed artifacts |
| npx sky.ui.ultra install --yes | Non-interactive install (CI) |
| npx sky.ui.ultra install --framework=vue | Force stack: core, vue, or react |
| npx sky.ui.ultra status | Account and license status |
CI/CD
SKY_UI_AUTH_TOKEN=sk_ci_… npx sky.ui.ultra install --yes --framework=coreStore the CI/CD token in your platform secrets. Never commit tokens to source control.
Documentation
- library.sky-ui.com — install guides and component docs
- License architecture — tokens, hydration, and build-time validation
License
Proprietary — see LICENSE.md (Sky UI Ultra Commercial License).
