Merge pull request #1545 from rhythmbhiwani/docs-typo-fixed-cli

Fixed typo in `secrets get` docs
This commit is contained in:
Akhil Mohan
2024-03-09 17:32:45 +05:30
committed by GitHub

View File

@ -12,12 +12,13 @@ infisical secrets
This command enables you to perform CRUD (create, read, update, delete) operations on secrets within your Infisical project. With it, you can view, create, update, and delete secrets in your environment.
### Sub-commands
<Accordion title="infisical secrets" defaultOpen="true">
Use this command to print out all of the secrets in your project
```bash
$ infisical secrets
```
```bash
$ infisical secrets
```
### Environment variables
@ -95,7 +96,7 @@ $ infisical secrets get DOMAIN
Default value: `false`
Example: `infisical secrets get DOMAIN --value`
Example: `infisical secrets get DOMAIN --raw-value`
<Tip>
When running in CI/CD environments or in a script, set `INFISICAL_DISABLE_UPDATE_CHECK` env to `true`. This will help hide any CLI update messages and only show the secret value.