add index copy (aka reindex), fix typoe indicies to indices (#100)

This commit is contained in:
T. von Dein
2026-07-16 23:21:45 +02:00
parent 59cdc03ea2
commit 522898f187
15 changed files with 216 additions and 33 deletions

View File

@@ -110,3 +110,12 @@ profile: buildlocal
./esctl api ls --profile-file cpu.profile
go tool pprof -text esctl cpu.profile
go tool pprof --http localhost:8888 ./esctl cpu.profile
docker-up:
make -C t up
docker-waitup:
make -C t up
docker-down:
make -C t down