Skip to content

v1.0.13

Choose a tag to compare

@github-actions github-actions released this 28 May 11:18

Install

cURL (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/twelvedata/twelvedata-cli/main/install.sh | bash

Homebrew (macOS / Linux)

brew install twelvedata/cli/twelvedata

PowerShell (Windows)

irm https://raw.githubusercontent.com/twelvedata/twelvedata-cli/main/install.ps1 | iex

Go

go install github.com/twelvedata/twelvedata-cli/cmd/twelvedata@v1.0.13

Changelog

Bug fixes

  • cebed6e: fix: flag is silently ignored when TWELVEDATA_API_KEY env var is set (@sgagh)
  • d3bde35: fix: provide examples for commands (@sgagh)

Other

  • f606fc1: Bump version to 1.0.13 ( <>)