atuin/atuin-server/src
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
..
handlers feat: add store push --force 2024-02-02 18:01:09 +00:00
lib.rs chore(deps): update axum (#1637) 2024-01-28 13:33:45 +00:00
metrics.rs chore(deps): update axum (#1637) 2024-01-28 13:33:45 +00:00
router.rs feat: add store push --force 2024-02-02 18:01:09 +00:00
settings.rs chore(deps): update axum (#1637) 2024-01-28 13:33:45 +00:00
utils.rs Allow server configured page size (#994) 2023-05-21 15:21:51 +00:00