Talha Meh
Talha Meh

Reputation: 537

How to ssh into Digital Ocean's App Platform app?

We're using digital ocean's cli tool doctl, and would like to ssh into our instances using the same cli tool. We're able to list apps using:

doctl apps list

but cant ssh into apps. Is it even supported by the CLI as of now?

Upvotes: 10

Views: 2747

Answers (1)

jonasbn
jonasbn

Reputation: 331

doctl apps does not support the ssh sub-command supported by Droplets under compute.

REF:

It does not seem possible to SSH to an DigitalOcean app at this point.

doctl version 1.98.1-release

Upvotes: 5

Related Questions