yarn admin <cmd> [args]
invoke’s the admin-cli
package’s CLI, located here. The admin-cli
provides useful commands for local development as well as operational tasks in production.
./packages/backend-lib/scripts/local-pg-access.sh
to open a psql shell to Dittofeed’s postgres database started from the development docker-compose.yaml
file.
./packages/backend-lib/scripts/local-ch-access.sh
to open a ClickHouse shell to Dittofeed’s ClickHouse database started from the development docker-compose.yaml
file.