rustauth-cli 0.2.0

Command-line tools for RustAuth.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Changelog

## [0.2.0] - 2026-06-14

Initial public working release.

### Added

- `rustauth` CLI: `init`, `info`, `secret`, `db status|generate|migrate`, and plugin/schema helpers.
- `rustauth.toml` workflow aligned with Better Auth v1.6.9 CLI parity.
- Feature-gated enterprise plugin and adapter support (`sqlx`, `tokio-postgres`, `plugins`, `full`).
- Opt-in telemetry for `db generate` and `db migrate`.

[0.2.0]: https://github.com/salasebas/rustauth/releases/tag/v0.2.0