Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.89"
".": "0.1.0-alpha.90"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless/stainless-v0-4ec3b12ce6b2e1e2eb800fab7dea5fc272c8c7aaf364a5305af5f4eda95e07b3.yml
openapi_spec_hash: 8e661d2611da4f7d874cafe22cda765d
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless/stainless-v0-04d48dee1177701e600037688edbef35aaf430557c83831a72ae7fce67f5459c.yml
openapi_spec_hash: 4c8fdfec19cee6744bf22b7ccd3e0cb0
config_hash: 63178ec4b1d2ea5636c8619cffcf129b
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.90 (2026-07-02)

Full Changelog: [v0.1.0-alpha.89...v0.1.0-alpha.90](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.89...v0.1.0-alpha.90)

### Features

* add option to get raw openapi spec content, bypassing gcs ([f899f2d](https://github.com/stainless-api/stainless-api-cli/commit/f899f2d93a10d6da7c6c9ae1e7dac51a5675499c))

## 0.1.0-alpha.89 (2026-05-30)

Full Changelog: [v0.1.0-alpha.88...v0.1.0-alpha.89](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.88...v0.1.0-alpha.89)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/buildtargetoutput.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var buildsTargetOutputsRetrieve = cli.Command{
},
&requestflag.Flag[string]{
Name: "output",
Usage: "Output format: url (download URL) or git (temporary access token).",
Usage: "Output format: url (download URL), git (temporary access token), or content\n(raw content returned inline, only supported for the \"openapi-*\" and \"file\"\ntypes).",
DefaultText: "url",
HideDefault: true,
QueryPath: "output",
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmd

const Version = "0.1.0-alpha.89" // x-release-please-version
const Version = "0.1.0-alpha.90" // x-release-please-version
Loading