Skip to content

Add --version flag to install scripts for pre-release testing #23

Description

@aniongithub

Summary

The install scripts (install.sh and install.ps1) always fetch the latest release. We need a --version flag so we can install a specific version — especially useful for testing pre-release builds without making them the \latest.

Details

  • install.sh: add --version CLI arg (e.g. curl ... | bash -s -- --version v0.36-rc1)
  • install.ps1: add -Version parameter
  • When specified, skip the GitHub API latest-release lookup and download directly from the given tag
  • When omitted, keep the current behavior (fetch latest)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions