From 705b1833d05b85c429177d9be04f8eda1873ebbf Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 20 Jul 2023 18:18:43 -0400 Subject: [PATCH] update CLI usage and docs for pinning docker --- docs/cli/usage.mdx | 2 +- docs/integrations/platforms/docker.mdx | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/cli/usage.mdx b/docs/cli/usage.mdx index 54a3c56dd..4e3d212fe 100644 --- a/docs/cli/usage.mdx +++ b/docs/cli/usage.mdx @@ -8,7 +8,7 @@ The distinguishing factor, however, is the authentication method used. - To use the Infisical CLI in your development environment, simply run the following command and follow the interactive guide. + To use the Infisical CLI in your development environment, simply run the command below and follow the interactive guide. ```bash infisical login diff --git a/docs/integrations/platforms/docker.mdx b/docs/integrations/platforms/docker.mdx index 848fb6390..e9682b785 100644 --- a/docs/integrations/platforms/docker.mdx +++ b/docs/integrations/platforms/docker.mdx @@ -32,6 +32,10 @@ This is achieved by installing the Infisical CLI into your docker image and modi ``` +#### + + We recommend you to set the version of the CLI to a specific version. This will help keep your CLI version consistent across reinstalls. [View versions](https://cloudsmith.io/~infisical/repos/infisical-cli/packages/) + ## Modify the start command in your Dockerfile