uniac CLI is how you scaffold, build, simulate, and deploy services.
Install
Global flags
--help— show help for a command--version— print version--verbose— include debug output--project <path>— run against a project other than the current directory
Configuration file
The CLI reads and writes config at~/.uniac/config.yaml. See uniac config.
Commands
uniac auth— log in and outuniac config— view and edit CLI settingsuniac init— scaffold a new serviceuniac build— build a service imageuniac install— install service dependenciesuniac sim— run services locallyuniac deploy— deploy to the cloud

