wrangler-legacy icon indicating copy to clipboard operation
wrangler-legacy copied to clipboard

🤠 Home to Wrangler v1 (deprecated)

Results 72 wrangler-legacy issues
Sort by recently updated
recently updated
newest added

Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 3.2.17. Release notes Sourced from clap's releases. v3.2.17 [3.2.17] - 2022-08-12 Fixes (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API v3.2.16 [3.2.16]...

dependencies

We had a test with an invalid api_token to publish the Cloudflare worker and it panicked on one of our `servers,` I tried to test in my local docker and...

bug

#### Describe the bug when im build `wrangler publish` i get this error: `Error: Your JavaScript project is missing a `package.json` file; is `/Users/projet/.output/server/index.mjs` the wrong directory?` #### Reproduce the...

bug

> `term_size` is unmaintained; use `terminal_size` instead | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `term_size` | | Version | `0.3.2`...

toml-rs is unmaintained and most development has gone towards toml_edit. To use toml_edit, the "easy" feature had to be enabled and the version had to be bumped. because of the...

### 🐛 Bug report #### Describe the bug Coding for a while, this url `localhost:8787` is not changed by any modified, e.g. wheh I comment belows if condition, it will...

bug

### 🐛 Bug Report I found this closed issue https://github.com/cloudflare/wrangler/issues/1514 has a number of people reporting this same issue with the tool hanging, but looking at that original issue which...

bug
regression
onboarding

### 💡 Feature request We can put KV metadata with ``` wrangler kv:key put --namespace-id $id some-key some-value -m '"metadata"' ``` It makes sense to add functionality to get metadata,...

feature
kv
timed out

### 💡 Feature request Generate shell completions for bash/zsh/fish/etc, whatever [clap_complete](https://docs.rs/clap_complete/latest/clap_complete/) supports. #### Describe the feature In order to make the CLI easier to use and feel modern, I want...

feature

The `Manifest` struct [contains](https://github.com/cloudflare/wrangler/blob/ec8bd97101f5a49111c6623de2da5ebb81bfbea3/src/settings/toml/manifest.rs#L56) a `triggers` field, hence we have to export `Triggers` struct publicly, so that the users of the library can construct a `Manifest` struct.