Skip to content

Commit e187aae

Browse files
domenkozarclaude
andcommitted
docs: note secret generation is available since 0.7
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ddd3ca commit e187aae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/src/content/docs/concepts/declarative.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ extends = ["../../shared/base", "../../shared/database", "../../shared/auth"]
9393

9494
## Secret Generation
9595

96+
:::note
97+
Secret generation is available since version 0.7.
98+
:::
99+
96100
Secrets can be declared with `type` and `generate` to be auto-generated when missing. This is useful for passwords, tokens, and keys that don't need to be shared:
97101

98102
```toml

docs/src/content/docs/reference/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ GOOGLE_APPLICATION_CREDENTIALS = { description = "GCP service account", as_path
128128

129129
### Secret Generation
130130

131+
:::note
132+
Secret generation is available since version 0.7.
133+
:::
134+
131135
When `type` and `generate` are set, missing secrets are automatically generated during `check` or `run` and stored via the configured provider:
132136

133137
```toml

0 commit comments

Comments
 (0)