namespace/install-cli 1.0.0

Install the Namespace CLI

Parameters

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

README.md

To install the latest version of the Namespace CLI:

tasks:
  - key: namespace-cli
    call: namespace/install-cli 1.0.0

To install a specific version of the Namespace CLI:

tasks:
  - key: namespace-cli
    call: namespace/install-cli 1.0.0
    with:
      cli-version: "0.0.437"