Overview
Prerequisites
Installation
npm install -g @health-universe/clinpm install -g @health-universe/cli@latestnpm uninstall -g @health-universe/cliQuick Start
# 1. Log in (opens your browser)
hu login
# 2. Check your identity and active workspace
hu whoami
# 3. List your apps
hu apps list
# 4. Deploy an app and wait for it to finish
hu apps deploy <app-id> --wait
# 5. Check deployment status
hu apps status <app-id>Usage Modes
- CommandDescription
What's Next
Last updated
Was this helpful?