ngrok Agent 3.16.0
- Add --url agent CLI flag for creation of HTTP(S), TLS, and TCP protocol endpoints
- Add --metadata and --description agent CLI flags when using --url
- Add endpoints as a new field used for endpoint creation
- Add new agent field to the agent configuration format for V3
- Add support for endpoint fields in ngrok's API
- Update config commands to support new configuration version 3, including upgrade, add-authtoken, and add-api-key
- Rename some agent configuration fields in v3
- Deprecate --domain, --scheme, and --remote-addr agent CLI flags, which have been replaced by --url
- Mark tunnels as deprecated when using config v3
Releasing the features originally released by 3.15.0 Added --url agent CLI flag for creation of HTTP(S), TLS, and TCP protocol endpoints. Deprecated --domain, --scheme, and --remote-addr agent CLI flags, which have been replaced by --url. Added --metadata and --description agent CLI flags when using --url. Added endpoints: as a new field used for endpoint creation. A new agent: field has been added to the agent configuration format for V3. v3 supports both tunnels and endpoints. Tunnels are now considered deprecated when using config v3. Some agent configuration fields have been renamed in v3. v2 is still supported, but does not support the new endpoints: , or agent: fields. Added support for endpoint fields in ngrok's api. Update config commands to support new configuration version 3, including upgrade, add-authtoken, and add-api-key