dfx info
Reference
Basic usage
dfx info [type] [flag]
Information Types
These are the types of information that the dfx info
command can display.
Option | Description |
---|---|
networks-json-path | Path to network definition file networks.json. |
replica-port | The listening port of the replica. |
replica-rev | The revision of the bundled replica. |
webserver-port | The local webserver (icx-proxy) port. |
Examples
You can display the webserver port by running the following command:
$ dfx info webserver-port
4943