Skip to content

Releases: foundrydb/foundrydb-cli

v0.6.0

Choose a tag to compare

@Aluchir Aluchir released this 21 Jun 17:04

Companion-app attachments: fdb attachment catalog | create | list | credentials.

v0.5.0

Choose a tag to compare

@Aluchir Aluchir released this 21 Jun 13:08

Add fdb compliance commands: generate, list, download (JSON/PDF), and keys for SOC2 and GDPR Article 30 ROPA evidence packets.

v0.2.0

Choose a tag to compare

@Aluchir Aluchir released this 15 Jun 16:54

What is new in v0.2.0

Auth-as-a-Service commands

New fdb auth subcommand group for managing per-database authentication:

  • fdb auth enable <service-id> - Enable auth for a service
  • fdb auth get <service-id> - Show current auth configuration
  • fdb auth disable <service-id> - Disable auth for a service
  • fdb auth rotate-key <service-id> - Rotate the signing key
  • fdb auth revoke-session <service-id> <session-id> - Revoke a specific session

Social login providers

  • fdb auth social add <service-id> --provider google --client-id ... --client-secret ...
  • fdb auth social remove <service-id> --provider google
  • fdb auth social list <service-id>

Installation

Download the binary for your platform below.

v0.1.0

Choose a tag to compare

@Aluchir Aluchir released this 15 Jun 16:28

First public release. Adds the full FoundryDB API surface including managed databases, app hosting, jobs and queues, webhooks, edge gateway (custom domains, on-demand TLS, caching, rate limiting, WAF, analytics), and auth.