warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.11k stars 361 forks source link

[Warp Drive] programmatic export of entire warp drive #5356

Open ipsod opened 2 days ago

ipsod commented 2 days ago

Dupe Check

Describe the solution you'd like?

a bash command, like warp export_drive /path/to/backup

Is your feature request related to a problem? Please describe.

As part of my backup strategy, I'd like to be able to export the contents of my drive programmatically.

It's business-critical info, and I have automatic backups in place for such info, and don't know how to automate backups for Warp drive stuff.

Additional context

No response

How important is this feature to you?

5 (very important)

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None

dannyneira commented 1 day ago

Hi @ipsod, Currently, there is no way to do this programmatically, only through the Command Palette, by searching for "Export All Warp Drive Objects". That being said since Warp drive is backed by GCP, there shouldn't be an issue with redundancy since that comes out of the box.

That being said, I could see an URI for exporting or some other method being helpful for local backups of your Warp Drive so thanks for this feature request!

To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.

ipsod commented 1 day ago

Oh, nice, at least there's a manual way. Thanks for the quick reply.