@@ -37,7 +37,7 @@ Every Twelve Data API endpoint is exposed as a subcommand with predictable flags
3737curl -fsSL https://raw.githubusercontent.com/twelvedata/twelvedata-cli/main/install.sh | bash
3838```
3939
40- Pin a specific version: append ` -s v1.0.13 ` . Override the install location with ` TWELVEDATA_INSTALL=<dir> ` (default ` ~/.twelvedata ` ).
40+ Pin a specific version: append ` -s v1.0.14 ` . Override the install location with ` TWELVEDATA_INSTALL=<dir> ` (default ` ~/.twelvedata ` ).
4141
4242### Homebrew (macOS / Linux)
4343
@@ -53,12 +53,12 @@ Upgrade later with `brew update && brew upgrade twelvedata`. The tap is auto-bum
5353irm https://raw.githubusercontent.com/twelvedata/twelvedata-cli/main/install.ps1 | iex
5454```
5555
56- Pin a specific version: ` $env:TWELVEDATA_VERSION = 'v1.0.13 ' ` before piping. Override the install location with ` $env:TWELVEDATA_INSTALL ` .
56+ Pin a specific version: ` $env:TWELVEDATA_VERSION = 'v1.0.14 ' ` before piping. Override the install location with ` $env:TWELVEDATA_INSTALL ` .
5757
5858### Go
5959
6060``` sh
61- go install github.com/twelvedata/twelvedata-cli/cmd/twelvedata@v1.0.13
61+ go install github.com/twelvedata/twelvedata-cli/cmd/twelvedata@v1.0.14
6262```
6363
6464### Prebuilt binaries
@@ -236,7 +236,7 @@ In machine mode the payload shape is:
236236{
237237 "ok" : true ,
238238 "checks" : [
239- { "name" : " CLI Version" , "status" : " pass" , "message" : " v1.0.13 (latest)" },
239+ { "name" : " CLI Version" , "status" : " pass" , "message" : " v1.0.14 (latest)" },
240240 { "name" : " API Key" , "status" : " pass" , "message" : " abc...wxyz (source: secure storage, profile: default)" },
241241 { "name" : " Credential Storage" , "status" : " pass" , "message" : " Secret Service (libsecret)" },
242242 { "name" : " API Validation" , "status" : " pass" , "message" : " API key accepted" }
0 commit comments