Skip to main content
talkvalue path company groups the commands you need to inspect and edit companies, plus the read that drills from a company into its people. The Companies dashboard reads the same data, so edits made here appear there too.

Subcommands

CommandDescription
company listPage through companies with a keyword filter
company getFetch a single company by ID
company updateUpdate a company’s display name
company person listPage through the people in a company with keyword, channel, event, and job-title filters

Typical workflow

Find a company, inspect it, then drill into the people behind the headcount:
talkvalue path company list --keyword "acme"
talkvalue path company get 88
talkvalue path company person list 88 --sort "joinedAt,desc" --page-size 25
Every read prints a table by default and respects --json for piping into jq. company update is the only mutating command in the group. It patches the display name in-place and returns the updated record so you can confirm the write succeeded.

See also