Skip to main content
Every command, argument and flag of the pipecorn CLI. Global flags (--api-key, --format, --quiet, -o) are accepted by every command; see the overview for install and authentication.
This reference is generated from the CLI’s command classes and mirrors the README of the cli-pipecorn repository. If a flag here disagrees with pipecorn help <command> on your machine, the CLI is right and you likely need to update it.

Authentication

pipecorn login [KEY]

Save a Pipecorn API key locally after validating it against the API.
See code: src/commands/login.ts

pipecorn logout

Remove saved Pipecorn credentials from this machine.
See code: src/commands/logout.ts

pipecorn whoami

Show the authenticated account and credit balance.
See code: src/commands/whoami.ts

Accounts

pipecorn accounts enrich

Enrich a single company by domain, name, or LinkedIn URL.
See code: src/commands/accounts/enrich.ts Start a company search. Returns a job ID — poll with pipecorn jobs status <id>.
See code: src/commands/accounts/search.ts

pipecorn accounts stack

Look up a company’s tech stack.
See code: src/commands/accounts/stack.ts

Leads

pipecorn leads enrich

Enrich a single LinkedIn profile.
See code: src/commands/leads/enrich.ts Run an advanced lead search (Sales Navigator-style filters). Returns a job ID; poll with pipecorn jobs status.
See code: src/commands/leads/search.ts

Contacts

pipecorn contacts enrich

Enrich contacts with email or phone. Pass —batch to enqueue a CSV (async; returns enrichment_id).
See code: src/commands/contacts/enrich.ts

pipecorn contacts get ID

Fetch a previously-enriched contact by enrichment id.
See code: src/commands/contacts/get.ts

Lists

pipecorn lists

List all account and lead lists.
See code: src/commands/lists/index.ts

pipecorn lists create NAME

Create an empty list.
See code: src/commands/lists/create.ts

pipecorn lists export ID

Export a list to CSV. Writes to stdout by default; use -o to write a file.
See code: src/commands/lists/export.ts

pipecorn lists show ID

Show a single list and its members.
See code: src/commands/lists/show.ts

pipecorn lists update ID

Rename a list.
See code: src/commands/lists/update.ts

Personas

pipecorn personas

List ICP personas.
See code: src/commands/personas/index.ts

pipecorn personas show UUID

Show a single persona.
See code: src/commands/personas/show.ts

Signals

pipecorn signals growth

Find companies with notable headcount growth. Streams to —webhook-url.
See code: src/commands/signals/growth.ts

pipecorn signals hiring

Find companies actively hiring. Results stream to —webhook-url.
See code: src/commands/signals/hiring.ts

pipecorn signals job-changes

Track when leads in a list change jobs. Streams to —webhook-url.
See code: src/commands/signals/job-changes.ts

pipecorn signals track-job-changes

Track when leads in a list change jobs. Streams to —webhook-url.

Jobs

pipecorn jobs

List recent searches. Each search corresponds to an async lead/account job.
See code: src/commands/jobs/index.ts

pipecorn jobs delete ID

Delete a saved search.
See code: src/commands/jobs/delete.ts

pipecorn jobs status ID

Show the status of a search (job). Use —watch to poll until it finishes.
See code: src/commands/jobs/status.ts

Credits

pipecorn credits

Show the current credit balance for the authenticated account.
See code: src/commands/credits.ts

Locations

pipecorn locations QUERY

Resolve a free-text location to LinkedIn geoRegion IDs (use with —included-locations).
See code: src/commands/locations.ts

Configuration

pipecorn config get KEY

Read a CLI configuration value.
See code: src/commands/config/get.ts

pipecorn config list

List all CLI configuration values.
See code: src/commands/config/list.ts

pipecorn config set KEY VALUE

Set a CLI configuration value.
See code: src/commands/config/set.ts

Shell

pipecorn autocomplete [SHELL]

Display autocomplete installation instructions.
See code: @oclif/plugin-autocomplete

pipecorn help [COMMAND]

Display help for pipecorn.
See code: @oclif/plugin-help