Unable to find image 'openapitools/openapi-generator-cli:v7.2.0' locally

I am trying to generate the SDK for the OGB system, opengb sdk generate --output sdk typescript. I get the error in the image. Here is my backend.yaml file:
registries:
local:
local:
directory: modules
modules:
users:
config:
maxProfilePictureSize: 1mib

uploads:
config:
maxFilesPerUpload: 16
maxUploadSize: 100mib
maxMultipartUploadSize: 10gib
s3:
bucketName: opengb-test-bucket
region: us-east-1
endpoint: https://s3.us-east-1.amazonaws.com
rate_limit: {}
tokens: {}
friends: {}
registries:
local:
local:
directory: modules
modules:
users:
config:
maxProfilePictureSize: 1mib

uploads:
config:
maxFilesPerUpload: 16
maxUploadSize: 100mib
maxMultipartUploadSize: 10gib
s3:
bucketName: opengb-test-bucket
region: us-east-1
endpoint: https://s3.us-east-1.amazonaws.com
rate_limit: {}
tokens: {}
friends: {}
No description
4 Replies
Nathan
Nathan2y ago
give me a moment to take a peek going to need a couple hours on this
brendanthebigboi
brendanthebigboiOP2y ago
You're good lol, finding other things rn No rush, just letting you know that I'm still running into the error
Nathan
Nathan2y ago
roger, will make sure this gets done in the morning you can use raw fetch or http requests in the meantime. it’s documented with the curl tab in the docs
brendanthebigboi
brendanthebigboiOP2y ago
I’m sorry I can’t find this, where is it? Nvm Found it

Did you find this page helpful?