Deployment
Vexx Deployment
By installing the vexx CLI, you can deploy your bot to a server using the vexx deploy command.
Usage
Options
| Option | Description | Default |
|---|---|---|
-h, --help | Show help | - |
-e, --env | Environment to deploy to | development |
-p, --port | Port to deploy to | 3000 |
-s, --server | Server to deploy to | localhost |
-d, --domain | Domain to deploy to | localhost |
-u, --user | User to deploy to | localhost |
-w, --password | Password to deploy to | localhost |