---
title: "Two-factor Auth, Deploy Cancellation, and CLI Autocomplete"
date: 2021-07-09T14:00:00.000-07:00
number: 0037
url: https://railway.com/changelog/2021-07-09
---

# Two-factor Auth, Deploy Cancellation, and CLI Autocomplete

## Two-factor Authentication

We've also shipped one of the most requests features on our [feedback board](https://feedback.railway.app/). Users can now enable two factor authentication on Railway for increased security on their accounts. No destructive actions can then be executed without two-factor verification.

[Image: Untitled]

## Deploy Cancellation

You can now cancel deploys that are in progress (building or deploying) in the dashboard.

[Image: Untitled]

## CLI Autocomplete

The Railway CLI now has basic shell completion support (thanks to mootpt for [the PR](https://github.com/railwayapp/cli/pull/146)).

Get started by running `railway completion --help` and follow the instructions for your shell. We currently support Bash, Zsh, Fish, and Powershell. Once you have completions enabled just press tab anywhere during a command and you should see a list of possible commands and their descriptions.

[Image: Untitled]

## Blog post and starter

- We added a new [NocoDB](https://github.com/railwayapp-starters/nocodb) starter

### Various Fixes

- `railway up` no longer fails on larger projects