Deployment
Functions and assets, together
2.0 deploys your static output and your edge functions in one atomic release:
nimbus deploy --remote edge --follow
โ building functions (edge-js@2) โฆ 2 functions, 41ms
โ iad drain โโโโโโโโโโ served rel_9f2a
โ fra drain โโโโโโโโโโ served rel_9f2a
โ sin drain โโโโโโโโโโ served rel_9f2a
โ release rel_9f2a live in 5 regions (4.1s)
Rollback
Every release is immutable and addressable. Roll back instantly:
nimbus releases list --remote edge
nimbus rollback --remote edge rel_9e11
Tip
A rollback is just a deploy of an older release, so it drains the same way, with no downtime and no rebuild.Observability
Traces and metrics are on by default in 2.0:
curl https://edge.nimbus.dev/metrics
# nimbus_function_invocations_total{region="iad",fn="hello"} 1832
# nimbus_deploy_duration_seconds{region="iad"} 4.1