Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,11 @@ tools:
description: CLI for Cloudflare Workers

- name: cf
repo: cloudflare/workers-sdk
# The Tech Preview npm package ships pre-bundled and declares no
# `repository` field. `cf` is NOT in cloudflare/workers-sdk despite
# being from the same team. Until Cloudflare discloses the source
# repo, the project link points at the npm distribution page.
url: https://www.npmjs.com/package/cf
binary: cf
language: TypeScript
tier: workhorse
Expand Down
Loading