From 39be52c6b22a9cce94ab25aff0b40f6ee9ee4173 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 29 Apr 2023 11:27:04 -0400 Subject: [PATCH] make minor changes to wording for quick start guide --- docs/getting-started/quickstarts/cli.mdx | 4 ++-- docs/getting-started/quickstarts/docker.mdx | 5 ++--- docs/getting-started/quickstarts/platform.mdx | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/quickstarts/cli.mdx b/docs/getting-started/quickstarts/cli.mdx index d43a3537a..37b8d3332 100644 --- a/docs/getting-started/quickstarts/cli.mdx +++ b/docs/getting-started/quickstarts/cli.mdx @@ -2,7 +2,7 @@ title: "CLI" --- -The Infisical CLI is used in local development instead of `.env` files to fetch and inject secrets from the Infisical platform into any framework including [Next.js](/integrations/frameworks/nextjs), [Express](/integrations/frameworks/express), [Flask](/integrations/frameworks/flask), [Ruby on Rails](/integrations/frameworks/rails), [Laravel](/integrations/frameworks/laravel) and [more](/integrations/overview) as environment variables. +The Infisical CLI can be used to inject secrets for local development, CI/CD needs and Docker image as environment variables. Prerequisites: @@ -111,7 +111,7 @@ $ infisical init $ infisical run -- [your application start command] ``` -Your app should now be running with the secrets from Infisical injected as environment variables. +Your app should now be running with the secrets from Infisical injected as environment variables. To see view all possible commands for the CLI, visit the commands tab on the sidebar. CLI framework resources: diff --git a/docs/getting-started/quickstarts/docker.mdx b/docs/getting-started/quickstarts/docker.mdx index 3c8a2b10e..e6b32f3aa 100644 --- a/docs/getting-started/quickstarts/docker.mdx +++ b/docs/getting-started/quickstarts/docker.mdx @@ -56,7 +56,7 @@ Prerequisites: docker run --env INFISICAL_TOKEN= ``` - Your container should now be running with the secrets from Infisical available inside as environment variables. + Your containerized application should now be up and running with secrets from Infisical exposed as environment variables within your application's process. ## Example Dockerfile @@ -79,10 +79,9 @@ Prerequisites: WORKDIR /app # Modify the start command of your Dockerfile - CMD ["infisical", "run", "--", "[your service start command]"] + CMD ["infisical", "run", "--", "npm run start"] ``` - diff --git a/docs/getting-started/quickstarts/platform.mdx b/docs/getting-started/quickstarts/platform.mdx index 5fba41815..bc60f7cf0 100644 --- a/docs/getting-started/quickstarts/platform.mdx +++ b/docs/getting-started/quickstarts/platform.mdx @@ -8,7 +8,7 @@ This quickstart provides an overview of the functionalities offered by Infisical ## Projects -Projects house secrets for applications. +Projects hold secrets for applications, which are further organized into environments such as dev, testing and prod. ### Secrets Overview