Skip to content
tool

Relaton CLI

Command-line tools for building, fetching, and converting Relaton bibliographic data.

Installation

$gem install relaton-cli

Quick Start

# Fetch in different formats
relaton fetch "ISO 690:2021" --format yaml
relaton fetch "ISO 690:2021" --format xml
relaton fetch "RFC 8446" --format bibtex

# Fetch and save to file
relaton fetch "ISO 690:2021" -o iso690.yaml

Links