You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,3 +116,22 @@ Then run:
116
116
```bash
117
117
docker compose up -d
118
118
```
119
+
120
+
## Run CLI without building
121
+
122
+
You can use the pre-built CLI Docker image from [GitHub Container Registry](https://github.com/lenguyenthanh/fide/pkgs/container/fide-cli) to ingest historical CSV files into the database.
123
+
124
+
Assuming CSV files are in `./csv-data` and the docker-compose Postgres is running:
0 commit comments