Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-13 | 817 Bytes | |
vercel@43.1.0 source code.tar.gz | 2025-06-13 | 66.4 MB | |
vercel@43.1.0 source code.zip | 2025-06-13 | 70.5 MB | |
Totals: 3 Items | 136.9 MB | 14 |
Minor Changes
-
Add blob subcommand (#13364)
These are the new API's:
vc blob store add mystore
- creates a new blob store, asks to connect store to project and suggests pulling the new env varvc blob store rm store_mystoreid
- delete a blob storeAll of the following commands will try to read the
BLOB_READ_WRITE_TOKEN
from the next.env.local
file:vc blob put file.txt
- uploads the file from the path to the blob storevc blob ls
- list blobs in the storevc blob del path/ path2/
- delete blobs from the storevc blob copy fromUrl toPathname
- copies a file within the store
Patch Changes
- Fix bug where
vercel dev
would not exit on error (#13438)