Skip to content
CLI reference for ChalkSurf CLI v0.3.6. Your installed chalksurf --help output remains authoritative for that binary.

chalksurf sheet

chalksurf sheet <subcommand>
Exercise sheet commands
Commands:
chalksurf sheet list List exercise sheets owned by the selected organization
chalksurf sheet search Search exercise sheets visible to the selected organization
chalksurf sheet get [exerciseSheetId] Get full exercise sheet details visible to the selected organization
chalksurf sheet versions [exerciseSheetId] List version history for an exercise sheet owned by the selected organization
chalksurf sheet version [exerciseSheetId] [versionId] Get one exercise sheet version snapshot
chalksurf sheet issues [exerciseSheetId] List actionable issues for an exercise sheet
chalksurf sheet series <subcommand> Authoritative exercise sheet-series commands
chalksurf sheet folder <subcommand> Exercise sheet folder commands
chalksurf sheet create Create an exercise sheet from an agent JSON payload
chalksurf sheet delete [exerciseSheetId] Delete an exercise sheet after confirmation
chalksurf sheet set-visibility [exerciseSheetId] Set sheet visibility after checking the current updated_at value
chalksurf sheet copy [exerciseSheetId] [name] Copy a visible exercise sheet into the selected organization
chalksurf sheet append [exerciseSheetId] [exerciseIds..] Append existing exercises to the end of a sheet
chalksurf sheet translate [exerciseSheetId] Queue translation generation for an existing exercise sheet
chalksurf sheet update [exerciseSheetId] Apply a field-level patch to an exercise sheet
chalksurf sheet bulk-update [subcommand] Bulk sheet update and recovery commands
chalksurf sheet import [sources..] Import one or more exercise sheet sources
chalksurf sheet import-solutions [exerciseSheetId] [sources..] Import one or more solution files into an existing exercise sheet
Options:
--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]