loft-sh / devpod

Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker.
https://devpod.sh
Mozilla Public License 2.0
9k stars 336 forks source link

How to share config between computers? #1326

Closed kevbook closed 2 days ago

kevbook commented 1 week ago

Is your feature request related to a problem?

Which solution do you suggest?

Which alternative solutions exist?

Additional context

bkneis commented 6 days ago

@kevbook Devpod supports exporting and importing a workspace via devpod export, providing a JSON of the workspace, then run devpod import --data {json} using another computer. I hope this helps!