Changelog #035

October 14, 2023Changelog #035

Follow along on Twitter for detailed updates and improvements made to Banana.

Deploy from CLI

A long-awaited feature, you can now deploy your projects directly from the command line; no GitHub repo or integration required!

Deploys from a new project will create a new project directory, build it from your local files, and deploy it. You'll be directed to the dashboard to view build logs, runtime logs, and the production endpoint.

Future deploys from that project will do a rebuild and deploy, just as they previously did with GitHub merge events.

Upgrade your CLI to >=0.1.0 and let er' rip!

pip3 install banana-cli==0.1.0

banana init project_name

cd project_name

banana deploy

On your first deploy, you'll be directed to the dashboard to authorize your CLI. From then onward, the banana deploy command will use those credentials.

Bonus feature:

We've teased the `banana stage` command in this release. Give it a try. It may or may not do anything yet.

If you have any feature suggestions, improvements, or bug reports, send us a message or let us know in #support or #feature-requests on Discord.