hawiyat-cli
v1.0.7
Published
Official CLI tool for managing Hawiyat installations
Maintainers
Readme
Hawiyat Client
A command-line client for interacting with the Hawiyat platform to manage dokploy installations and deployments.
Installation
Via NPM (Recommended)
```bash npm install -g hawiyat-client ```
Via Binary
- Download the latest release
- Run the installation script: ```bash sudo ./install.sh ```
Usage
Initialize the system
```bash hawiyat init ```
Login
```bash hawiyat login [email protected] password123 ```
Install dokploy
```bash sudo hawiyat install ```
Update dokploy
```bash sudo hawiyat update ```
Show information
```bash hawiyat info hawiyat account-info ```
Logout
```bash hawiyat logout ```
Commands
init- Initialize the system with hawiyatlogin <email> <password>- Login to hawiyat platformlogout- Logout from hawiyat platforminstall- Install dokploy using hawiyat installer (requires sudo)update- Update dokploy to latest version (requires sudo)info- Show client and system informationaccount-info- Show account information--help- Show help message
Development
Build
```bash npm run build ```
Publish
```bash npm run publish ```
Requirements
- Linux operating system
- Node.js 14+ (for npm installation)
- curl (for system info gathering)
- sudo privileges for install/update operations
License
MIT License
