Enable
The enable command is used to enable features in a Vela project. It can be used to enable authentication, API access, S3 storage, SMTP email sending, teams, payments and more. You'll be prompted for configuration options for each feature and the command will generate the necessary code.
Syntax
$ vela enable <feature> Auth
Authentication for your application.
API
REST API endpoints for your application.
API Keys
API keys for your application's API.
S3
S3 storage for file uploads.
SMTP
SMTP email sending for your application.
Teams Pro
Team management for your application's users.
Payments Pro
Payment processing with Stripe.
Subscriptions Preview
Subscription plans for your application.
CMS Preview
Content management system for your application.