# HIGurke ## Generate Seaography entities ```console # List all available commands sea-orm-cli -h # List all subcommands available in `generate` command sea-orm-cli generate -h # Show how to use `generate entity` subcommand sea-orm-cli generate entity -h # Generate Seaography entities sea-orm-cli generate entity --output-dir ./database/src/entity/ --with-serde both --with-copy-enums ```