truffle migrate
Run migrations to deploy contracts
Options
Name | Description |
---|---|
--reset | Run all migrations from the beginning, instead of running from the last completed migration |
--f <number> | Run contracts from a specific migration |
--to <number> | Run contracts to a specific migration |
--network <name> | Specify the network to use, saving artifacts specific to that network |
--compile-all | Compile all contracts instead of intelligently choosing which contracts need to be compiled |
--verbose-rpc | Log communication between Truffle and the Ethereum client |
--dry-run | Fork the network specified and only perform a test migration |
--skip-dry-run | Skip the test migration performed before the real migration |
--interactive | Prompt to confirm that the user wants to proceed after the dry run |
--describe-json | Prints additional status messages |