This release adds --component flags to convex import and convex data, allowing developers to import data directly into specific components. It also introduces the --replace-all flag for npx convex import, which behaves like the Restore functionality in the dashboard, enabling full table replacement during data imports.
Product Release October 21, 2024
Convex 1.17
convex v1.17
Convex Team
Published on October 21, 2024
Overview
Included Features (3)
#73
Component Flags for Import and Data
New --component flags for 'convex import' and 'convex data' allow importing data and inspecting tables within specific components.
Completed
#74
npx convex import --replace-all
New flag behaves like dashboard Restore, enabling full table replacement during data imports — useful for resetting dev environments.
Completed
#75
File Watcher Bug Fix
Fixed a bug where a syntax error could cause a file to stop being watched by npx convex dev.
Completed