CLI reference
Manifest CLI command reference
Extracts a JSON manifest for use with Sanity Canvas.
npx sanity manifest --help
pnpm dlx sanity manifest --help
yarn dlx sanity manifest --help
bunx sanity manifest --help
Commands
extract
USAGE
$ sanity manifest extract
FLAGS
--path=<PATH> Optional path to specify destination directory of the manifest files
DESCRIPTION
Extracts the studio configuration as one or more JSON manifest files.
**Note**: This command is experimental and subject to change. It is currently intended for use with Create only.
EXAMPLES
Extracts manifests
sanity manifest extract
Extracts manifests into /public/static
sanity manifest extract --path /public/static