sndev.io / docs

update

Update a record by sys_id.

The update command patches one or more fields on a record identified by sys_id. Provide field values as key=value pairs after the sys_id.
sn update <table> <sys_id> key=value [key=value...]

Update a record by sys_id.

Arguments

NameRequiredDescription
tableYesThe table containing the record.
sys_idYes32-char sys_id of the record to update.
key=valueYesOne or more field assignments.

Examples

sn update sys_script_include abc123 active=false
Updated sys_script_include abc123
active: true → false