---
title: "New Deployment Pages, Log Preferences, and Improved CLI Setup"
date: 2022-02-18T14:00:00.000+00:00
number: 0069
url: https://railway.com/changelog/2022-02-18
---

# New Deployment Pages, Log Preferences, and Improved CLI Setup

Welcome to a nice Changelog this week! It’s been busy as we enter into President’s Day (🇺🇸) or Family Day (🇨🇦). We hope you’ve been making it a good one.

## Metro for New Projects

This week, as some may have seen in the announcement email, we’ve enabled [Railway Metro](https://docs.railway.app/railway-metro) for all new projects. 

We encourage all users to try out Metro and upgrade their projects as it will be the default experience for everyone. Feedback on the new UI is always welcome (and encouraged) in our [Discord server](https://discord.gg/railway).

## New Deployment Pages

The deployment pages in Metro are completely redone. The list highlights the deploys that are the most important and need your attention. Failed deploys older than the most recent successful deploy no longer need to be removed manually and are automatically tucked away behind a “History” menu that can be collapsed.

[Image: Untitled]

The deploy logs page has been restructured as well as allows you to perform actions on the deployment, such as removing and rolling back. More focus has also been given to your logs which should make it easier to parse and diagnose issues with your apps. We’ve also added some log preferences, which leads us into our next item.

[Image: Untitled]

## Log Preferences

Two new log preferences can be toggled: Timestamps and word wrap.

Enabling timestamps will add the local time each log was emitted to the left of the log itself. Enabling word wrap will wrap long lines instead of making you scroll horizontally. This is really useful on mobile.

Both of these settings can also be toggled through the command palette.

[Image: Untitled]

## CLI Install Improvements and OSS Railway

This week we also focused on improving the OSS experience in Railway. Our Discord now has dedicated channels for the [CLI](https://github.com/railwayapp/cli), [docs](https://github.com/railwayapp/docs/), and [starter](https://github.com/railwayapp/starters/) repos. All of which are open source.

A few PRs from contributors were merged, including

- [Verbose mode for railway up](https://github.com/railwayapp/cli/pull/194)
- [Fixed NPM install for windows and yarn](https://github.com/railwayapp/cli/pull/182)

With these changes, you can now install the CLI with curl using our brand new [cli.new](http://cli.new/) domain. [https://twitter.com/JustJake/status/1494177511479017474](https://twitter.com/JustJake/status/1494177511479017474)

## CLI Setup in Metro

In the project canvas, we now added a button on the lower left that opens a modal with instructions to set up your project locally. Don’t worry, you can always reclaim your screen space after opening.

[Image: Untitled]

## Blog Posts and Media

- [We released a video tour of Metro. (Please subscribe to our YouTube channel!)](https://www.youtube.com/watch?v=eMPPhtEIvOU&t=11s)