Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Jan 7, 2025
1 parent 6acd8b4 commit 9f4dfc1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# UNRELEASED

### feat: `dfx info pocketic-config-port`

Due to the incompatibility between the APIs on the replica port and the PocketIC port, `dfx info replica-port`
no longer works with PocketIC, and the PocketIC port is provided by a new command, `dfx info pocketic-config-port`.

### fix: template frontends now have unsupported browser warnings

DFX's default security headers cause Safari to break when viewing local canisters. Warning messages
Expand Down
17 changes: 9 additions & 8 deletions docs/cli-reference/dfx-info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ dfx info [type] [flag]

These are the types of information that the `dfx info` command can display.

| Information | Description |
|--------------------|--------------------------------------------------------------------------------------------------------------------|
| candid-ui-url | The URL of the Candid UI canister. |
| 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. |
| security-policy | Show the headers that gets applied to assets in .ic-assets.json5 if "security_policy" is "standard" or "hardened". |
| webserver-port | The local webserver port. |
| Information | Description |
|----------------------|--------------------------------------------------------------------------------------------------------------------|
| candid-ui-url | The URL of the Candid UI canister. |
| networks-json-path | Path to network definition file networks.json. |
| replica-port | The listening port of the replica. |
| pocketic-config-port | The listening port of PocketIC. |
| replica-rev | The revision of the bundled replica. |
| security-policy | Show the headers that gets applied to assets in .ic-assets.json5 if "security_policy" is "standard" or "hardened". |
| webserver-port | The local webserver port. |

## Options

Expand Down

0 comments on commit 9f4dfc1

Please sign in to comment.