Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 675 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 675 Bytes

Contribute to the Railway CLI

Prerequisites

OR

Setting Up with Nix

Use nix-shell to enter an environment with all necessary dependencies.

Running and Building

  • Run the binary with: cargo run -- <args>
  • Build the binary with: cargo build --release

Generating the Schema

Install graphql-client with cargo:

cargo install graphql_client_cli

Then, run the following command to generate the schema:

graphql-client introspect-schema https://backboard.railway.app/graphql/v2 > src/gql/schema.json