release instances terminal

Command reference doc for the Release CLI

Start a terminal shell in a running instance

Description

Start a terminal shell in a running instance

If an --environment flag is not provided it can be selected interactively through a fuzzy finder interface.

If the INSTANCE argument is not provided it can be selected interactively through a fuzzy finder interface. If it is provided but matches more than one instance, the matching instances will be shown in the fuzzy finder.

release instances terminal [INSTANCE] [flags]

Examples


Terminal into an instance selecting the environment interactively:
> release instances terminal

Terminal into an instance in a specific app and environment:
> release instances terminal --app web --environment staging

Terminal into a specific service instance:
> release instances terminal backend

Options

Options inherited from parent commands

Last updated