chalksurf sheet bulk-update [subcommand]
Bulk sheet update and recovery commands
chalksurf sheet bulk-update Dry-run or apply up to 100 sheet patches [default]
chalksurf sheet bulk-update apply Apply the exact updates from a successful dry-run result artifact
chalksurf sheet bulk-update verify Verify current targets after an uncertain bulk apply response
--json Write machine-readable JSON to stdout [boolean] [default: false]
--result-file Publish the complete JSON result envelope to a new private file [string]
--base-url Base URL of the ChalkSurf API [string]
--organization Organization ID to use for this command [string]
--profile CLI profile to use for this command [string]
-v, --version Show the CLI version [boolean]
--help Show help [boolean]
--input Read the JSON object from a UTF-8 file, or "-" for stdin [string]
--input-json Inline JSON with mode, updates, and confirmationDigest for apply mode [string]
chalksurf sheet bulk-update --input batch-001.json --result-file dry-run.json --json Validate a reviewed batch and save the complete result
cat batch-001.json | chalksurf sheet bulk-update --input - --json Validate a reviewed batch from stdin
chalksurf sheet bulk-update --input-json "$BATCH_JSON" --json Validate an inline batch