doctl Verified current stable Not installed? Cloud Infrastructure

Doctl / Provide Serverless Support Status

Provide Serverless Support Status

Doctl command syntax to provide serverless support status. Copyable examples, output expectations, and common mistakes.

$
Terminal
doctl sls status

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
$ doctl serverless status

+-------------------+-------------------+
| Service           | Status            |
+-------------------+-------------------+
| Function A        | Running           |
| Function B        | Deployed          |
| Function C        | Error             |
+-------------------+-------------------+

Command Breakdown

What each part is doing

doctl
Base Command
The executable that performs this operation. Here it runs Doctl before the shell applies any redirect operators.
sls
sls|serverless
The host or server name supplied to this command.

How To Run

Execution path

  1. Step 1

    Open terminal and authenticate with doctl.

  2. Step 2

    Run the command: doctl serverless status.

Alternative Approaches

Comparable commands in other tools

Alternative cloud infrastructure tools for the same job.