atuin/atuin-server-postgres
Ellie Huxtable c9a453289e feat: add store push --force
This will

1. Wipe the remote store
2. Upload all of the local store to remote

Imagine the scenario where you end up with some mixed keys locally :(

You confirm this with

```
atuin store verify
```

You then fix it locally with

```
atuin store purge
```

Ensure that your local changes are reflected remotely with

```
atuin store push --force
```

and then (another PR, coming soon), update all other hosts with

```
atuin store pull --force
```
2024-02-02 18:01:09 +00:00
..
migrations chore: schema cleanup (#1522) 2024-01-08 13:43:33 +00:00
src feat: add store push --force 2024-02-02 18:01:09 +00:00
build.rs Add new sync (#1093) 2023-07-14 20:44:08 +01:00
Cargo.toml chore: use resolver 2, update editions + cargo (#1635) 2024-01-26 17:59:06 +00:00