github withastro/astro @astrojs/db@0.19.0

latest releases: astro@5.16.14, astro@6.0.0-beta.2, @astrojs/check@0.9.7-beta.1...
12 hours ago

Minor Changes

  • #15069 d14dfc2 Thanks @webstackdev! - Adds a --db-app-token CLI flag to astro db commands execute, push, query, and verify

    The new Astro DB CLI flags allow you to provide a remote database app token directly instead of ASTRO_DB_APP_TOKEN. This ensures that no untrusted code (e.g. CI / CD workflows) has access to the secret that is only needed by the astro db commands.

    The following command can be used to safely push database configuration changes to your project database:

    astro db push --db-app-token <token>
    

    See the Astro DB integration documentation for more information.

Don't miss a new astro release

NewReleases is sending notifications on new releases.