Is there a way to update a specific sandbox with code from my local machine? It looks like the Codesandbox CLI always creates a new sandbox. And the APIs don't seem to have a way to do the same.
Is there a POST https://codesandbox.io/api/v1/sandboxes/:sandbox-id or something?
Thanks!