Skip to content

Setup Jelly CLI

Actions
Download Jelly CLI and add it to PATH
v1
Latest
Star (3)

Tags

 (1)

GitHub Action Marketplace GitHub Actions Workflow Status License Discord

Setup Jelly CLI for GitHub Actions

Setup Jelly CLI in GitHub Actions to use jelly-cli. By default the action finds and downloads the latest version. Implemented as a composite action.

Note: Currently only Linux x86_64 runners are supported.

Usage

Simply run the action before jelly-cli usage.

steps:
  - uses: Jelly-RDF/setup-cli@v1
    
  - run: jelly-cli rdf to-jelly input.ttl > output.jelly

Inputs

version (optional)

Version of the Jelly CLI to install, e.g., v0.5.0. Default: latest

token (optional)

GitHub token to use when searching the latest release. Unused if version is provided. Default: ${{ github.token }}

Example

- uses: Jelly-RDF/setup-cli@v1
  version: 'v0.5.0'
  token: ${{ secrets.GITHUB_TOKEN }}

Setup Jelly CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Download Jelly CLI and add it to PATH
v1
Latest

Tags

 (1)

Setup Jelly CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.