CLI Reference
The Espace-Tech CLI (espacetech) lets you deploy and manage your applications, databases, and storage from the terminal.
Installation
curl -fsSL https://cloud.espace-tech.com/install.sh | shAuthentication
# Login with email/password
espacetech login
# Logout
espacetech logoutGlobal Flags
| Flag | Description |
|---|---|
--help, -h | Show help for any command |
--version, -v | Show CLI version |
Commands
| Command | Description |
|---|---|
espacetech login | Authenticate with Espace-Tech Cloud |
espacetech init | Initialize a project in the current directory |
espacetech deploy | Deploy the current project |
espacetech logs | View application logs |
espacetech rollback | Roll back to a previous deployment |
espacetech delete | Delete a project |
espacetech domains | Manage custom domains |
espacetech env | Manage environment variables |
espacetech db | Manage databases |