Change8

@cloudflare/cli@1.3.0

📦 cloudflare-workersView on GitHub →
2 features🔧 2 symbols

Summary

This minor release introduces new reusable utility functions for running shell commands and installing packages, exported via dedicated sub-paths in the @cloudflare/cli package.

Migration Steps

  1. If you were using internal or duplicated implementations of shell command execution or package installation, consider migrating to the new exported utilities: `runCommand` and `quoteShellArgs` from `@cloudflare/cli/command`, and `installPackages` and `installWrangler` from `@cloudflare/cli/packages`.

✨ New Features

  • Added `runCommand` and `quoteShellArgs` utilities available via `@cloudflare/cli/command` sub-path export.
  • Added `installPackages` and `installWrangler` utilities available via `@cloudflare/cli/packages` sub-path export.

Affected Symbols