---
title: "Metrics Alpha, CLI Starters, and Project Transfers"
date: 2021-03-26T14:00:00.000-07:00
number: 0022
url: https://railway.com/changelog/2021-03-26
---

# Metrics Alpha, CLI Starters, and Project Transfers

Welcome to another changelog. We hope you had a great week. For us, it was new hire week!

## Metrics

Metrics for your latest deployment and plugins should now be available in your project dashboard over the next few days as we slowly roll it out. You will be able to see CPU and Memory usage over the last hour, 6 hours, 1 day, and 7 days. Currently, only metrics for the latest deployment are displayed. However, we are looking into adding metrics for historical deploys as well. If there are any metrics you want to see about your containers, [please let us know](https://discord.gg/xAm2w6g).

[Image: Untitled]

This change is a step towards us offering usage based metrics. Over the next few weeks we will be changing our pricing model to take usage information into account.

## CLI Starters

Starters can now be created and deployed from the CLI. Just run `railway init`, choose a starter, select a GitHub owner and repo name, and your deploy should be live and available to the world 🌎

[Image: Untitled]

## Project Transfers

We've made project transfers SUPER easy. Just drag and drop between your users and team.

[Video: Untitled]

## Improvements and Fixes

- Environment variables will not be displayed as part of the build logs
- Webhooks are not fired for PR deploys
- **Fix**: Removed verbose logging.
- **Improvement:** Webhooks no longer fire for ephemeral environments (e.g PR deploys)
- **Fix: **Deployments now timeout/fully fail after 24h and should always resolve to either success or fail.