API ReferenceAlpha cli
Get latest Alpha CLI release
Returns the most recent release that ships CLI binaries, with version, notes, and per-platform assets
AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/cli/releases/latest"{
"assets": [
{
"arch": "string",
"assetId": 0,
"downloadUrl": "string",
"name": "string",
"os": "string",
"size": 0
}
],
"homebrewTap": "string",
"releaseNotes": "string",
"releasedAt": "2019-08-24T14:15:22Z",
"version": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}