Update README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user