update CLI usage and docs for pinning docker

This commit is contained in:
Maidul Islam
2023-07-20 18:18:43 -04:00
parent beb8d2634a
commit 705b1833d0
2 changed files with 5 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ The distinguishing factor, however, is the authentication method used.
<Tabs>
<Tab title="Local development">
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

View File

@@ -32,6 +32,10 @@ This is achieved by installing the Infisical CLI into your docker image and modi
```
</Tab>
</Tabs>
####
<Tip>
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/)
</Tip>
## Modify the start command in your Dockerfile