heroku pg:push <source> <target>
Push local or remote into Heroku database
Arguments
Name | Description |
---|---|
source | |
target |
Options
Name | Description |
---|---|
--exclude-table-data <exclude-table-data> | Tables for which data should be excluded (use ';' to split multiple names) |
-a, --app <app> | App to run command against |
-r, --remote <remote> | Git remote of app to use |