Skip to content

frodo log key subcommands fail with 'handleDefaultArgsAndOpts' in Homebrew build #401

@brandon-barnes

Description

@brandon-barnes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions