@@ -14,17 +14,18 @@ dfx info [type] [flag]
1414
1515These are the types of information that the ` dfx info ` command can display.
1616
17- | Information | Description |
18- | ----------------------| ----------------------------------------------------------------------------------------------------------------------|
19- | candid-ui-url | The URL of the Candid UI canister. |
20- | config-json-path | Path to DFX configuration ` config.json ` . |
21- | networks-json-path | Path to network definition file ` networks.json ` . |
22- | replica-port | The listening port of the replica. |
23- | pocketic-config-port | The listening port of PocketIC. |
24- | replica-rev | The revision of the bundled replica. |
25- | security-policy | Show the headers that gets applied to assets in ` .ic-assets.json5 ` if "security_policy" is "standard" or "hardened". |
26- | telemetry-log-path | Show the path to the telemetry log. |
27- | webserver-port | The local webserver port. |
17+ | Information | Description |
18+ | -------------------------------| ----------------------------------------------------------------------------------------------------------------------|
19+ | candid-ui-url | The URL of the Candid UI canister. |
20+ | config-json-path | Path to DFX configuration ` config.json ` . |
21+ | networks-json-path | Path to network definition file ` networks.json ` . |
22+ | default-effective-canister-id | The effective canister ID that dfx will use for management canister calls that don't imply one. |
23+ | replica-port | The listening port of the replica. |
24+ | pocketic-config-port | The listening port of PocketIC. |
25+ | replica-rev | The revision of the bundled replica. |
26+ | security-policy | Show the headers that gets applied to assets in ` .ic-assets.json5 ` if "security_policy" is "standard" or "hardened". |
27+ | telemetry-log-path | Show the path to the telemetry log. |
28+ | webserver-port | The local webserver port. |
2829
2930## Options
3031
0 commit comments