atuin/atuin-server-database/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
..
calendar.rs support timezones in calendar (#1259) 2023-09-29 17:49:38 +01:00
lib.rs feat: add store push --force 2024-02-02 18:01:09 +00:00
models.rs replace chrono with time (#806) 2023-09-11 09:26:05 +01:00