- Installing Railway CLI through the official install script/npm package
- Importing Railway CLI binary to PATH
- Handling and parsing workflow options
- Building from source (especially if you're working on an PR for the CLI repo)
- Installing Railway CLI through other means:
- Homebrew/Linuxbrew
- Any other supported package managers for Railway.
- Windows Support (because the install script don't like Windows) - we need to handle User Account Control chaos
- Tests (in Jest) - real-life usage, manual tests is being ran on this repo and some repos (including our fork of Kutt) in the future.