---
title: "One Off Environments, Team Usage Billing Alpha, and Starter Search"
date: 2021-05-07T14:00:00.000-07:00
number: 0028
url: https://railway.com/changelog/2021-05-07
---

# One Off Environments, Team Usage Billing Alpha, and Starter Search

## One-Off Environments

You can now run `railway run <cmd> --ephemeral` and it will create a one-off environment for the command you're running

Useful for testing migrations without potentially destroying the data inside your environments

[Image: Untitled]

## Usage Billing Alpha

Usage based pricing is now in alpha and available to teams. Oh yeah, teams are also open for anyone to create. The prices are

- $10 / GB / month
- $20 / vCPU / month
- $20 / seat / month

You only pay for the resources your projects actually use and to help give insight into that, the billing page will give a breakdown of each project's resources and how much they've cost you so far, and how much we estimate they will cost at the end of the month.

[Image: Untitled]

You can expand each item to see a more detailed breakdown of how the current total was calculated.

[Image: Untitled]

We are still ironing out what the free plan will look like, which is why the updated pricing is in alpha and only available to teams. However, if you or your team would like to upgrade to this plan, feedback is welcome and appreciated ([railway.app/team](https://railway.app/team)).

## Keyboard Navigable Starters Page

Our goal at Railway is for the entire dashboard to be accessible and navigable by the keyboard.

Now, you can navigate all our starters using your keyboard. This makes our entire starter deployment flow keyboard friendly!

[Image: Untitled]

## New Starters and Blog Post

- [HapiJS starter](https://github.com/railwayapp/starters/tree/master/examples/hapi)
- [Deploy an ExpressJS app with PostgreSQL database](https://blog.railway.app/p/expressjs-with-postgresql)

## Fixes and Improvements

- [CLI  install script works on M1 macs](https://github.com/railwayapp/cli/pull/108)
- Each project domain now gets its own SSL cert
- GitHub triggers now only deploy for users who have write access to the repo and Railway project