Overview
OpenApp CLI — Introduction
OpenApp comes with a built-in terminal inside the Deploy App page of your dashboard. It gives you a real CLI-like experience to deploy apps, manage files, and review your submission — all without leaving your browser.
The terminal launches automatically when you open the Deploy App page. It boots, initializes the system, and waits for your commands.
The terminal runs entirely in your browser. No local Node.js or CLI installation needed.
What you can do with the terminal
- Initialize a new app with
openapp init - Preview your submission details with
openapp preview - Deploy your app live with
openapp deploy - Check available commands with
help - Upload logo, screenshots, and APK directly from the terminal
Typical deploy session
bash
openapp init # fill in app details step by step
openapp preview # review everything before deploying
openapp deploy # deploy and go live