Skip to content

EDU-6970 New features and updates Azion CLI 4.21.0 - #2134

Merged
egermano merged 1 commit into
mainfrom
EDU-6970-CLI_4_21_0
May 8, 2026
Merged

EDU-6970 New features and updates Azion CLI 4.21.0#2134
egermano merged 1 commit into
mainfrom
EDU-6970-CLI_4_21_0

Conversation

@gabriel-alves-azion

@gabriel-alves-azion gabriel-alves-azion commented May 7, 2026

Copy link
Copy Markdown
Contributor

Related issue: EDU-6970 New features and updates Azion CLI 4.21.0

New Features

Use S3 to upload static files during deploy command (this is making the deploy process MUCH MUCH faster):

Before: In a project with 180 static files, it took between 1m.35s and 1m.45s to upload the static files (using 5 workers)

Now: In the same project, it's taking between 3.5s and 8.5s. YES, seconds! In comparison, the same project takes 9s to 10s in Cloudflare.

Explanation:

We are now calculating the number of available CPU cores and allocating a variable number of workers based on that.

Add --workers flag to allow custom worker configuration

This allows the user to, instead of using the calculated number of workers, inform a number they want to use.

Create a file to store S3 credentials per profile

Add deploy report after remote deploy

Refactor

Improve workers logic (auto-detect CPU cores, max 20 workers)

Change stage bundler

Update bundler call (use aziontech namespace)

Update dependencies

@gabriel-alves-azion
gabriel-alves-azion requested a review from a team as a code owner May 7, 2026 12:06
@egermano
egermano merged commit 2dd5bea into main May 8, 2026
3 checks passed
@egermano
egermano deleted the EDU-6970-CLI_4_21_0 branch May 8, 2026 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants