jj/install 1.0.0

Install Jujutsu (jj)

Parameters

Parameter
Required
Default
Description
version
latest
Version to install (e.g. 0.44.0), or 'latest'

README.md

To install the latest version of Jujutsu (jj):

tasks:
  - key: jj
    call: jj/install 1.0.0

To install a specific version of Jujutsu:

tasks:
  - key: jj
    call: jj/install 1.0.0
    with:
      version: "0.44.0"

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

https://github.com/jj-vcs/jj/releases