Update README.md

This commit is contained in:
Daniel Hougaard
2024-08-30 03:11:04 +04:00
parent 9e5e15d1c9
commit 0f5cfd5106

View File

@@ -24,7 +24,7 @@ await client.auth().universalAuth.login({
const allSecrets = await client.secrets().listSecrets({
environment: "dev" // stg, dev, prod, or custom environment slugs
workspaceId: "<"<your-project-id>">"
workspaceId: "<your-project-id>"
});
console.log("Fetched secrets", allSecrets)