codesandbox / codesandbox-importers

All importers & exporters for CodeSandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is is possible to update existing Sandbox with the CLI?

esamattis opened this issue · comments

I'd like to put some example code to CodeSandbox but I do edit and maintain it with vscode and git and just to deploy it to CodeSandbox. Is is possible to do that without generating new CodeSandbox URL? Thanks.

Just realized that the github import feature keeps the code automatically in sync which solves my use case but I'll leave this open as it is still a different issue.

Just realized that the github import feature keeps the code automatically in sync...

Do you mean the export feature?
Could you please explain a bit more, as I have the exact same question. Thanks

I'd like to update a specific sandbox from my local machine via command line. I see that the Codesandbox CLI always creates a new sandbox. Is updating an existing sandbox possible via any means?