Application Management
The Application Management commands help you create, configure, and manage ZeyOS applications.
Available Commands
| Command | Description | Usage |
|---|---|---|
create | Create new application | zeysdk create <app-id> |
configure | Configure CLI settings | zeysdk configure |
clone | Copy existing application | zeysdk clone <instance> <app> |
delete | Remove application | zeysdk delete |
deploy | Deploy to instances | zeysdk rollout |
host | Manage instance hosts | zeysdk host <command> |
migrate | Migrate application | zeysdk migrate |
Application Structure
my-app/
├── .zeysdk/ # SDK configuration
├── resources/ # Static assets
├── services/ # Background tasks
├── settings/ # App configuration
├── weblets/ # UI components
└── zeyos.app.json # App manifest