Skip to content

CommandOSSLabs/setup-railway-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-railway-cli

Install a specific Railway CLI release.

What Is Railway CLI?

Railway CLI is the official command-line tool for interacting with the Railway platform. It is used to manage projects, environments, and deployments.

Inputs

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.

Outputs

  • version: Resolved Railway CLI version.

Supported Platforms

OS Architecture
Linux x64
Linux arm64
macOS x64
macOS arm64
Windows x64

Examples

Install only:

- name: 📦 Setup Railway CLI
  uses: CommandOSSLabs/setup-railway-cli@v1

Install a specific version:

- name: 📦 Setup Railway CLI
  uses: CommandOSSLabs/setup-railway-cli@v1
  with:
    version: v2.0.0

License

This project is licensed under the Apache License 2.0.

About

Install a specific Railway CLI release in GitHub Action.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors