uniac CLI is a single Go binary that scaffolds, builds, links, deploys, and runs Uniac packages locally.
For installation, see Installation.
Global flags
--help— show help for a command.--version,-v— print build metadata.
Commands
| Command | Purpose |
|---|---|
uniac init | Scaffold uniac.json and a starter file in the current directory. |
uniac build | Publish a kind=lib package to the local store. |
uniac install | Resolve dependencies and symlink them into .uniac/packages/. |
uniac link | Bind this project to a remote (or local-dev) Uniac project. |
uniac deploy | Build, push, and register a deployment. |
uniac auth | Sign in, inspect, or sign out. |
uniac dev | Start, stop, or list local dev stacks. |

