push
push
Usage: push --network <network> [options]
deploys your project to the specified <network>
- Options:
--skip-compile
skips contract compilation-d, --deploy-dependencies
deploys dependencies to the network if there is no existing deployment--reset
redeploys all contracts (not only the ones that changed)-f, --force
ignores validation errors and deploys contracts--deploy-proxy-admin
eagerly deploys the project's proxy admin (if not deployed yet on the provided network)--deploy-proxy-factory
eagerly deploys the project's proxy factory (if not deployed yet on the provided network)-n, --network <network>
network to be used-f, --from <from>
specify transaction sender address--timeout <timeout>
timeout in seconds for each blockchain transaction (defaults to 600s)--no-interactive
force to run the command in non-interactive mode