mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
empty directus data dump + README.md explaining how to do so also document how to push data
512 B
512 B
In order to pull data from your locally running backend (see docker-compose) to your local harddrive, you can run the following command
npx directus-sync pull \
--directus-url http://localhost:8055 \
--directus-email admin@it4c.dev \
--directus-password admin123
To push local changes or to seed directus use the following command
npx directus-sync push \
--directus-url http://localhost:8055 \
--directus-email admin@it4c.dev \
--directus-password admin123