update-secret
Modify secret details in Infisical, including name, value, or path, for a specific project and environment.
Instructions
Update a secret in Infisical
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentSlug | Yes | The slug of the environment to update the secret in (required) | |
| newSecretName | No | The new name of the secret to update (Optional) | |
| projectId | Yes | The ID of the project to update the secret in (required) | |
| secretName | Yes | The current name of the secret to update (required) | |
| secretPath | No | The path of the secret to update (Defaults to /) | |
| secretValue | No | The new value of the secret to update (Optional) |