CLI Commands Place scripts in a folder. After writing, tell the user which command fits what they want to do: - — default when iterating on a local script. Runs the local file without deploying. - — runs the script already deployed in the workspace. Use only when the user explicitly wants to test the deployed version, not local edits. - — generate and files for the script you modified. - — deploy local changes to the workspace. Only suggest/run this when the user explicitly asks to deploy/publish/push — not when they say "run", "try", or "test". Preview vs run — choose by intent, not habit If…