vscode-ext icon indicating copy to clipboard operation
vscode-ext copied to clipboard

Allow for --f and --to to (optionally) be provided when running a migration

Open kevinbluer opened this issue 3 years ago • 0 comments

When doing a deployment, there's currently no way to specify which migrations you'd like to run based on their numerical prefix. Specifically, after selecting a network, as per the dialog below, it will just run the equivalent of npx truffle migrate --reset --network <selected-network-name>:

Screen Shot 2022-02-09 at 2 09 47 PM

More details on the migrate options here.

kevinbluer avatar Feb 09 '22 20:02 kevinbluer