Skip to content

🚧 Feature Release - 014-profile-init-wizard

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Feb 19:02
Immutable release. Only release title and notes can be modified.
2060163

🚧 A.R.C. CLI Feature Build v0.0.0-014-profile-init-wizard+2060163

⚠️ This is a pre-release test build for development and testing purposes.

Build Date: 2026-02-15T19:00:10Z

📦 Quick Test Installation

macOS (Apple Silicon):

curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-014-profile-init-wizard+2060163/arc-cli_darwin_arm64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test version

macOS (Intel):

curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-014-profile-init-wizard+2060163/arc-cli_darwin_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test version

Linux:

curl -L https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-014-profile-init-wizard+2060163/arc-cli_linux_amd64.tar.gz | tar xz
sudo mv arc /usr/local/bin/arc-test
arc-test version

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/arc-framework/arc-cli/releases/download/v0.0.0-014-profile-init-wizard+2060163/arc-cli_windows_amd64.zip" -OutFile arc-test.zip
Expand-Archive arc-test.zip
# Move arc.exe to a test location

⚡ Testing Notes

  • This build is automatically replaced when new commits are pushed to the same feature branch
  • Do not use in production
  • Report issues in the feature PR

Changelog

New Features

Bug Fixes

Other Changes


Previous Build: None

🔄 Auto-cleanup: Old builds for this feature are automatically deleted