We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e10e2f8 + 2f0b6eb commit eb51a2aCopy full SHA for eb51a2a
1 file changed
docs/build/tools/flow-cli/flow.json/security.md
@@ -281,6 +281,18 @@ secrets.json
281
}
282
```
283
284
+:::info Extracting Existing Inline Keys
285
+
286
+If you already have inline keys in your `flow.json`, you can easily extract them to separate files:
287
288
+```bash
289
+flow config extract-key --all
290
+```
291
292
+This command creates `.pkey` files with restricted permissions, updates your `flow.json` to reference them, and adds the key files to `.gitignore`.
293
294
+:::
295
296
## Troubleshooting
297
298
### Environment Variables Not Loading
0 commit comments