is there a way to specify the `migrations_dir` with the cli? I'm working on a pages project and it

is there a way to specify the
migrations_dir
with the cli? I'm working on a pages project and it doesn't have a
wrangler.toml
file. So I'm trying a script like

npx wrangler d1 migrations apply <DB> --migrations-dir=<dir>
but it's not working.
Was this page helpful?