You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/en/reference/cli-reference.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -376,6 +376,10 @@ astro telemetry reset
376
376
Add the `astro telemetry disable` command to your CI scripts or set the `ASTRO_TELEMETRY_DISABLED` environment variable.
377
377
:::
378
378
379
+
## `astro create-key`
380
+
381
+
Generates a key to encrypt props passed to Server islands, see [how to reuse the encryption key](/en/guides/server-islands/#reusing-the-encryption-key).
0 commit comments