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
| Command | Description |
|---|---|
company list | Page through companies with a keyword filter |
company get | Fetch a single company by ID |
company update | Update a company’s display name |
company person list | Page 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:--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
- Companies. The dashboard surface this group mirrors.
path person. The workspace-wide people group that--company-idfilters tie back to.- Recipe: Scripting with jq. Patterns for piping
--jsonoutput.
