depot/install-cli 1.0.1

Install the Depot CLI

Parameters

Parameter
Required
Default
Description
cli-version
latest
Version of the CLI to install

README.md

To install the latest version of the Depot CLI:

tasks:
  - key: depot-cli
    call: depot/install-cli 1.0.1

To install a specific version of the Depot CLI:

tasks:
  - key: depot-cli
    call: depot/install-cli 1.0.1
    with:
      cli-version: "2.53.0"

For the list of available versions, see the Depot CLI releases on GitHub:

https://github.com/depot/cli/releases