Collection generates SDKs locally is a Fake local generation?

I saw that Postman’s update introduction mentioned that SDK can be generated locally,

then I tried and found that the local file collection was still uploaded to this url to generate the SDK.
https://sdk-gen.postman.co/v1/builds/one-off

So I have reason to say that this is a fake local generation, and the data is still uploaded to the postman server.

Is postman confusing the concept of “locally”?

Hey x_ray_x,

Its true, we still upload a file to that endpoint in order to generate your SDK.

The reason we call it “local” is that if you generate it this way the SDK is not available on Postman Cloud mode: it immediately gets downloaded to your local filesystem and no longer exists in the cloud. This allows you to generate SDKs without disrupting other developers or users looking at your SDKs in cloud mode.

We might need to update our docs to make that more clear.