---
title: "Dockerless builds, Deployments View, and CLI provisioning"
date: 2020-10-30
number: 0003
url: https://railway.com/changelog/2020-10-30
---

# Dockerless builds, Deployments View, and CLI provisioning

Happy Halloween and welcome to this weeks version of the changelog 🎃.

It's not sp00ky, but do you know what is 👻? The infection ravaging the world right now ☣️. Please stay home this Halloween 🏠.

## Deployments UI

Deployments are now visible in the UI.

Based on your environment, we'll show you what your most recent deploys are, as well as their URL, status, and other information.

[Image: Untitled]

## Auto + Advanced Builds

The revamped build engine now has support for:

- NodeJS (*Old*)
- Ruby (*New*)
- Java (*New*)
- Go (*New*)
- .NET (*New*)
- Python (*New*)

Don't see your favorite language above? You can either write a simple Dockerfile, which we'll use in place of our build system, or reach out on the [Discord](https://discord.gg/xAm2w6g) and we'll look into dockerless builds (Current Todos: Rust and Elixir).

Additionally, the railway build engine will now generate you an OCI-compliant image for each of your builds, accessible via the dashboard.

*NOTE: This feature is available for those who are part of the deployments alpha. We'll roll this out to all users in the coming weeks.*

If you'd like access, reach out to the team on [Discord](https://discord.gg/xAm2w6g).

## CLI Provisioning

You can now add plugins to your project straight from the Railway CLI.

Run `railway add` to see all available plugins and select which one you want to add.
Once added, containers will be provisioned for all environments in the project.

This feature is available as of CLI [v0.1.16](https://github.com/railwayapp/cli/releases/tag/v0.1.16). If you're out of date, the CLI should prompt you to update (Also new).

[Image: Untitled]

Go from Zero-To-One, with Postgres and Redis, in under 10 seconds 🏃‍♀️