Install a specific Railway CLI release.
Railway CLI is the official command-line tool for interacting with the Railway platform. It is used to manage projects, environments, and deployments.
| Input | Default | Description |
|---|---|---|
version |
- | Railway CLI version tag to install. |
If version is omitted, the action fetches the latest release tag from the official Railway CLI repository.
version: Resolved Railway CLI version.
| OS | Architecture |
|---|---|
| Linux | x64 |
| Linux | arm64 |
| macOS | x64 |
| macOS | arm64 |
| Windows | x64 |
Install only:
- name: 📦 Setup Railway CLI
uses: CommandOSSLabs/setup-railway-cli@v1Install a specific version:
- name: 📦 Setup Railway CLI
uses: CommandOSSLabs/setup-railway-cli@v1
with:
version: v2.0.0This project is licensed under the Apache License 2.0.