You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The more information we have the easier it is for us to help. Feel free to remove any sections that might not apply
Issue
Can't se the api version
Expected Behavior
I expect to be able to set the api version
Steps to reproduce
3:42PM /Users/paymahn/code/goldsky/graph-tools/packages/cli pat/cli-subgraph-deploy-with-tag ✭
❮❮❮ stripe products search --query="name:'scale'"
{
"error": {
"message": "Search is not supported on api version 2017-08-15. Update your API version, or set the API Version of this request to 2020-08-27 or greater.",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_tlrAjqvwJkXRWK?t=1718052122",
"type": "invalid_request_error"
}
}
3:42PM /Users/paymahn/code/goldsky/graph-tools/packages/cli ✘ 130 pat/cli-subgraph-deploy-with-tag ✭
❮❮❮ stripe products search --query="name:'scale'" --api-version="2020-08-27"
unknown flag: --api-version
3:42PM /Users/paymahn/code/goldsky/graph-tools/packages/cli ✘ 1 pat/cli-subgraph-deploy-with-tag ✭
❯❯❯ stripe --version
stripe version 1.19.5
Environment
macos
The text was updated successfully, but these errors were encountered:
The more information we have the easier it is for us to help. Feel free to remove any sections that might not apply
Issue
Can't se the api version
Expected Behavior
I expect to be able to set the api version
Steps to reproduce
Environment
macos
The text was updated successfully, but these errors were encountered: