···4646 -V, --version Print version
4747```
48484949-## File Mode vs Database Mode
5050-5151-File mode is just like the old version of `safir` - all KV pairs are stored in a JSON value like before.
5252-5353-Database mode uses an SQLite database as storage instead which is _technically_ more secure.
5454-5555-Switching between modes does not carry over any changes from the previous mode (i.e. KV pairs added in File mode are not present in Database mode unless you add them yourself).
5656-5757-This could change in a future release
5858-5949## Environments
60506151Safir now supports storing KV pairs in specific environments which will declutter the `list` command and also keep all related KV pairs in one single place.