1.1.4 • Published 5 months ago

cf-deploy-tools v1.1.4

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
5 months ago

cf-deploy-tools

Set of opinionated tools for deploying Cloudflare Workers.

Features:

  • Deploy to multiple environments
  • Deploy to multiple zones
  • Monorepos with multiple workers
  • Sourcemaps for beautiful stack traces
  • Rollup plugins for injecting metadata (not needed now for Cloudflare, because of CF_VERSION_METADATA)
  • Uploading secrets securely, using same secrets configuration to run code locally
  • Autocreating KV namespaces
  • Autocreating services stubs for bindings (if services doesn't exist)
  • Autocreating domains
  • Output resulting bundle sizes
  • Output all TS compilation erros before exiting
  • For multi-module projects, detect references between modules
  • Most of tools are modular and can be used separately

Bin files:

  • cf-domains
  • cf-kv
  • cf-secrets
  • cf-services
  • cf-checkall
  • cf-execute

Rollup plugins:

  • rollup-plugin-source-map-inject
  • rollup-terser-config
  • rollup-plugin-sizes
  • rollup-plugin-tswarn
  • rollup-plugin-inject-meta (not needed now for Cloudflare, because of CF_VERSION_METADATA)
  • rollup-plugin-refs-catcher (not needed, replace with typescript plugin exclude/include lists)

Libs:

  • sourcemap
  • sourcemap-auto
1.1.4

5 months ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago