diff --git a/docs/cli/commands/export.mdx b/docs/cli/commands/export.mdx index 206a85cc6..0fb673418 100644 --- a/docs/cli/commands/export.mdx +++ b/docs/cli/commands/export.mdx @@ -35,6 +35,27 @@ Export environment variables from the platform into a file format. infisical export --format=yaml > secrets.yaml ``` + ### Environment variables + + Used to fetch secrets via a [service token](/getting-started/dashboard/token) apposed to logged in credentials. Simply, export this variable in the terminal before running this command. + + ```bash + # Example + export INFISICAL_TOKEN=st.63e03c4a97cb4a747186c71e.ed5b46a34c078a8f94e8228f4ab0ff97.4f7f38034811995997d72badf44b42ec + ``` + + + + Used to disable the check for new CLI versions. This can improve the time it takes to run this command. Recommended for production environments. + + To use, simply export this variable in the terminal before running this command. + + ```bash + # Example + export INFISICAL_DISABLE_UPDATE_CHECK=true + ``` + + ### flags Used to set the environment that secrets are pulled from. diff --git a/docs/cli/commands/run.mdx b/docs/cli/commands/run.mdx index 18c0069bc..d801bd9f3 100644 --- a/docs/cli/commands/run.mdx +++ b/docs/cli/commands/run.mdx @@ -40,7 +40,28 @@ Inject secrets from Infisical into your application process. $ infisical run -- npm run dev ``` - ### flags + ### Environment variables + + Used to fetch secrets via a [service token](/getting-started/dashboard/token) apposed to logged in credentials. Simply, export this variable in the terminal before running this command. + + ```bash + # Example + export INFISICAL_TOKEN=st.63e03c4a97cb4a747186c71e.ed5b46a34c078a8f94e8228f4ab0ff97.4f7f38034811995997d72badf44b42ec + ``` + + + + Used to disable the check for new CLI versions. This can improve the time it takes to run this command. Recommended for production environments. + + To use, simply export this variable in the terminal before running this command. + + ```bash + # Example + export INFISICAL_DISABLE_UPDATE_CHECK=true + ``` + + + ### Flags Pass secrets into multiple commands at once diff --git a/docs/cli/commands/secrets.mdx b/docs/cli/commands/secrets.mdx index d2c4da494..55f0dc0dc 100644 --- a/docs/cli/commands/secrets.mdx +++ b/docs/cli/commands/secrets.mdx @@ -18,7 +18,28 @@ This command enables you to perform CRUD (create, read, update, delete) operatio $ infisical secrets ``` - ### flags + ### Environment variables + + Used to fetch secrets via a [service token](/getting-started/dashboard/token) apposed to logged in credentials. Simply, export this variable in the terminal before running this command. + + ```bash + # Example + export INFISICAL_TOKEN=st.63e03c4a97cb4a747186c71e.ed5b46a34c078a8f94e8228f4ab0ff97.4f7f38034811995997d72badf44b42ec + ``` + + + + Used to disable the check for new CLI versions. This can improve the time it takes to run this command. Recommended for production environments. + + To use, simply export this variable in the terminal before running this command. + + ```bash + # Example + export INFISICAL_DISABLE_UPDATE_CHECK=true + ``` + + + ### Flags Parse shell parameter expansions in your secrets