run
command executes a codemod against your local codebase, showing you the changes and applying them to your filesystem.
LABEL
: The name of the codemod to run (e.g., “rename-function”)--diff-preview N
: Show a preview of the first N lines of the diff--arguments JSON
: Pass arguments to the codemod as a JSON string (required if the codemod expects arguments)