Amber CLI 2.0.2
Amber CLI 2.0.2 is the supported standalone CLI for Amber
2.0.0-beta.2.
Install
brew install amberframework/amber_cli/amber_cli
amber --versionDirect assets are provided for Apple Silicon macOS and x86_64 Linux. Download
the matching .tar.gz and .sha256 files and verify the checksum before
installing amber and amber-lsp.
What changed
- Web apps now pin
amberframework/amberat2.0.0-beta.2. - The generated web app is ECR-only and uses typed V2 environment YAML.
- Personal fork, implicit Grant/Gemma, asset pipeline, and all-database-driver
dependencies were removed from the core template. - Static CSS and JavaScript use an explicit wildcard static route.
- Generated app specs no longer start the server or use invalid dynamic
includes. - Absolute destination paths resolve correctly.
- Dependencies install by default;
--no-depskeeps offline/CI control. - CLI and generator help label native and persistence-backed output as preview.
- Release CI rejects macOS binaries linked to
openssl@1.1and exercises the
complete generated web-app path on both supported platforms.
Supported beta path
amber new my_app --type web
cd my_app
shards install
crystal spec
crystal build src/my_app.cr -o bin/my_app
amber watchSee the web-app guide
and generator support table.
Model, scaffold, API-resource, auth, and native app generators remain preview
surfaces in this release.