@tosesh/tose
v0.0.6
Published
TOSE CLI - Deploy and manage your applications with ease
Readme
TOSE CLI
TOSE CLI - Deploy and manage your applications with ease.
Installation
npm install -g @tosesh/toseUsage
Deploy your application
tose upThis command will:
- Create or select a project
- Configure git repository and branch
- Set up port configuration
- Import environment variables from
.envfile - Deploy your application
Check deployment status
tose statusOptions:
-p, --project <id>- Project ID or slug-a, --all- Show all deployments
View deployment logs
tose logsOptions:
-p, --project <id>- Project ID or slug-d, --deployment <id>- Deployment ID-n, --lines <number>- Number of lines to show (default: 100)-f, --follow- Follow logs (stream)
Stop deployment
tose downOptions:
-p, --project <id>- Project ID or slug-f, --force- Skip confirmation
Commands
tose up- Create/select project, configure git/branch/port, import .env, and deploytose status- Check deployment status for a projecttose logs- View deployment logstose down- Stop deployment for a project
Requirements
- Node.js >= 14.0.0
License
ISC
