Update README.md
This commit is contained in:
@@ -24,7 +24,7 @@ await client.auth().universalAuth.login({
|
|||||||
|
|
||||||
const allSecrets = await client.secrets().listSecrets({
|
const allSecrets = await client.secrets().listSecrets({
|
||||||
environment: "dev" // stg, dev, prod, or custom environment slugs
|
environment: "dev" // stg, dev, prod, or custom environment slugs
|
||||||
workspaceId: "<"<your-project-id>">"
|
workspaceId: "<your-project-id>"
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("Fetched secrets", allSecrets)
|
console.log("Fetched secrets", allSecrets)
|
||||||
|
|||||||
Reference in New Issue
Block a user