mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update python.mdx
This commit is contained in:
@@ -121,7 +121,7 @@ Retrieve all secrets within the Infisical project and environment that client is
|
||||
```py
|
||||
secret = client.getSecret(options=GetSecretOptions(
|
||||
environment="dev",
|
||||
project_id="658066938ffb84aa0aa507f6",
|
||||
project_id="PROJECT_ID",
|
||||
secret_name="API_KEY"
|
||||
))
|
||||
value = secret.secret_value # get its value
|
||||
|
||||
Reference in New Issue
Block a user