Skip to content

Commit 8b8602c

Browse files
committed
update infisical documentation for local dev
1 parent 2494d02 commit 8b8602c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ debug/
3131
# Infisical cache (contains secrets, should not be committed)
3232
.infisical-cache
3333
.infisical-cache.tmp
34+
.infisical.json

.infisical.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ Before you begin, you'll need to install a few tools:
3939
4. **Set up secrets management**:
4040

4141
```bash
42+
infisical init
4243
infisical login
4344
# Select "US" region when prompted
4445
infisical secrets # Verify setup works
4546
```
4647

48+
You will need to populate all the secrets in the infisical UI at https://app.infisical.com. You can provide dummy values for the secrets if you get an error about missing secrets, but you will need to update them with real values in order to use the associated feature.
49+
4750
5. **Configure environment**:
4851

4952
```bash

0 commit comments

Comments
 (0)