v1.0.13
Install
cURL (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/twelvedata/twelvedata-cli/main/install.sh | bashHomebrew (macOS / Linux)
brew install twelvedata/cli/twelvedataPowerShell (Windows)
irm https://raw.githubusercontent.com/twelvedata/twelvedata-cli/main/install.ps1 | iexGo
go install github.com/twelvedata/twelvedata-cli/cmd/twelvedata@v1.0.13Changelog
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 ( <>)