From 1d72d310e598f8269926b77c58bdc5429c46eabc Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 4 Feb 2023 08:47:52 -0800 Subject: [PATCH] Add offline support to faq --- docs/cli/faq.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/cli/faq.mdx b/docs/cli/faq.mdx index 6a98d8dc3..7eb73258e 100644 --- a/docs/cli/faq.mdx +++ b/docs/cli/faq.mdx @@ -13,4 +13,9 @@ If none of the available stores work for you, you can try using the `file` store If you are still experiencing trouble, please seek support. [Learn more about vault command](./commands/vault) + + + +Yes. If you have previously retrieved secrets for a specific project and environment (such as dev, staging, or prod), the `run`/`secret` command will utilize the saved secrets, even when offline, on subsequent fetch attempts. + \ No newline at end of file