Release Notes
Fixed
riz init <template>with no target directory now scaffolds into a new
directory named after the template (likecargo new/git clone), not
the current directory.riz init ai-chat && cd ai-chatworks as expected;
the previous behavior failed in any non-empty directory and, when it did
succeed, left nothing tocdinto. Pass.as the directory to scaffold in
place. The dir name is derived from the spec's basename, so
owner/repo/tmpl, git URLs, and local paths all get a sensible default too.
Install riz 0.2.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/24X7/riz/releases/download/v0.2.1/riz-installer.sh | shDownload riz 0.2.1
| File | Platform | Checksum |
|---|---|---|
| riz-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| riz-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| riz-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
gh attestation verify <file-path of downloaded artifact> --repo 24X7/rizYou can also download the attestation from GitHub and verify against that directly:
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>