The sanity-import CLI is no longer available

Published: March 11, 2026

v5.0.0

The standalone sanity-import CLI binary has been removed from @sanity/import. Users relying on sanity-import as a one-off binary should migrate to sanity dataset import instead, which provides the same functionality as part of the Sanity CLI.

Breaking Changes

The sanity-import CLI binary has been removed.

Migration

Use sanity dataset import <file.ndjson> going forward.

Related documentation

Loading...