User Help > Managing Source Files as Members > Using Keywords in Working Files > To turn off keyword expansion from the CLI
  
To turn off keyword expansion from the CLI
From the command line, type the following to set and save keyword preferences:
si setprefs --save --command=add keywordExpand=noexpand
si setprefs --save --command=annotate keywordExpand=noexpand
si setprefs --save --command=co keywordExpand=noexpand
si setprefs --save --command=resync keywordExpand=noexpand
si setprefs --save --command=revert keywordExpand=noexpand
si setprefs --save --command=viewrevision keywordExpand=noexpand
si setprefs --save --command=add unexpandKeywords=false
si setprefs --save --command=ci unexpandKeywords=false
Setting these options keeps keywords unchanged on all commands. This is useful when importing files from other SCM tools.
* 
To turn off keyword expansion globally or per project, contact your administrator regarding setting a policy.