krondor
05/22/2023, 7:53 PMwrangler dev
. For the life of me, I can't find docs on what the wrangler
command is for that. Plz helpHardAtWork
05/22/2023, 7:57 PMsh
npx wrangler r2 bucket create somebucket
```PNPM: ```sh
pnpm wrangler r2 bucket create somebucket
```Yarn: ```sh
yarn wrangler r2 bucket create somebucket
krondor
05/22/2023, 7:59 PMpreview_bucket_name
krondor
05/22/2023, 8:00 PMHardAtWork
05/22/2023, 8:02 PMwrangler.toml
, then it will be created automatically for local devkrondor
05/22/2023, 8:28 PM