Summary
frodo log key subcommands are broken in the current Homebrew build on macOS. Commands such as frodo log key list -l <host> and frodo log key describe -i <id> <host> fail immediately with:
Cannot read properties of undefined (reading 'handleDefaultArgsAndOpts')
Environment
- Frodo CLI:
v3.1.0
- Frodo lib:
v3.3.4
- Node:
v20.18.0
- Install method: Homebrew release
- OS: macOS 26.4.0 (Darwin 25.4.0, arm64)
Reproduction
Using any valid host/profile where frodo info succeeds, run:
frodo log key list -l dev
or
frodo log key describe -i 846ef157d4ba1fe643f7de8678e34ef6 dev
Actual result
Both commands fail immediately with:
Cannot read properties of undefined (reading 'handleDefaultArgsAndOpts')
Expected result
The commands should list or describe Identity Cloud log API keys instead of crashing.
Notes
frodo info dev works in the same environment.
- The failure appears specific to the
frodo log key subcommand path.
- I hit the same error with both
list and describe, including --curlirize.
- I was investigating Identity Cloud Log API keys from a Ping Advanced Identity Cloud tenant and could reproduce this consistently.
Summary
frodo log keysubcommands are broken in the current Homebrew build on macOS. Commands such asfrodo log key list -l <host>andfrodo log key describe -i <id> <host>fail immediately with:Environment
v3.1.0v3.3.4v20.18.0Reproduction
Using any valid host/profile where
frodo infosucceeds, run:or
Actual result
Both commands fail immediately with:
Expected result
The commands should list or describe Identity Cloud log API keys instead of crashing.
Notes
frodo info devworks in the same environment.frodo log keysubcommand path.listanddescribe, including--curlirize.