From 2f0b6ebd572b795395eded0e90a2edfe98d4552e Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:31:15 -0800 Subject: [PATCH] Add docs to security page --- docs/build/tools/flow-cli/flow.json/security.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/build/tools/flow-cli/flow.json/security.md b/docs/build/tools/flow-cli/flow.json/security.md index c5e760e581..22694cf556 100644 --- a/docs/build/tools/flow-cli/flow.json/security.md +++ b/docs/build/tools/flow-cli/flow.json/security.md @@ -281,6 +281,18 @@ secrets.json } ``` +:::info Extracting Existing Inline Keys + +If you already have inline keys in your `flow.json`, you can easily extract them to separate files: + +```bash +flow config extract-key --all +``` + +This command creates `.pkey` files with restricted permissions, updates your `flow.json` to reference them, and adds the key files to `.gitignore`. + +::: + ## Troubleshooting ### Environment Variables Not Loading