Update README.md

This commit is contained in:
Daniel Hougaard
2024-09-20 19:40:23 +04:00
parent 4c7babd167
commit 7636c55da9

View File

@@ -25,7 +25,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>"
projectId: "<your-project-id>"
});
console.log("Fetched secrets", allSecrets)