
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@typesensekit/cli
Advanced tools
Open-source Typesense CLI for collections, documents, schemas, search, and cluster administration.
An open-source Typesense CLI for collections, documents, schemas, search, configuration, and cluster administration.
Typesense CLI overview · Complete CLI guide · GitHub
pnpm add -g @typesensekit/cli
# Secure interactive prompt
tsk profile add local --url http://localhost:8108
# Non-interactive stdin (avoids argv and shell history)
printf '%s' "$TYPESENSE_API_KEY" | tsk profile add ci --url https://typesense.example.com --api-key-stdin
# macOS Keychain-backed profile
tsk profile add production --url https://typesense.example.com --keychain
tsk profile test production
tsk profile export production > profile.json # omits plaintext keys
tsk profile export production --reveal > backup.json
tsk profile import backup.json
Operation results use readable tables where possible. Pass --json for stable,
redacted JSON output in scripts.
Destructive operations prompt before execution. Pass --yes only for deliberate
non-interactive automation.
Every operation supports --schema and --examples. Enable shell completion with:
source <(tsk completion zsh) # zsh
source <(tsk completion bash) # bash
tsk completion fish | source # fish
Discover operations and generate integration snippets:
tsk collections.list --input '{}'
tsk skills mcp
See the API coverage inventory for supported Typesense operations.
FAQs
Open-source Typesense CLI for collections, documents, schemas, search, and cluster administration.
The npm package @typesensekit/cli receives a total of 40 weekly downloads. As such, @typesensekit/cli popularity was classified as not popular.
We found that @typesensekit/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.