denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[KV Feedback]: Show database UUID even if it has not been used yet #504

Closed Nautigsam closed 1 year ago

Nautigsam commented 1 year ago

🔍

Type of feedback

Feature request

Description

I would like to use KV from outside Deno Deploy. For this I need the database uuid. Unfortunately, the uuid does not show on the KV tab of the dashboard until I upload a script that opens and write a key.

Steps to reproduce (if applicable)

  1. Create a Deploy project
  2. The KV tab does not show the database uuid

Expected behavior (if applicable)

The KV tab should show the database uuid right after project creation.

Possible solution (if applicable)

No response

Additional context

No response