diff --git a/sea-orm-cli/src/cli.rs b/sea-orm-cli/src/cli.rs index 4c771da00..56759aea4 100644 --- a/sea-orm-cli/src/cli.rs +++ b/sea-orm-cli/src/cli.rs @@ -69,6 +69,7 @@ pub enum Commands { global = true, short = 'd', long, + env = "MIGRATION_DIR", help = "Migration script directory. If your migrations are in their own crate, you can provide the root of that crate.