Global flags
Global flags can be used with subcommands:
Staged execution commands
Programmatic official-template execution is intentionally separated into three commands:run execute does not replace the confirmation step in your application or agent. Run it only after the same input has been validated, prechecked, shown to the user with its estimate, and explicitly confirmed.
The old combined
run submit command is hidden in this release. New integrations should use run validate, run precheck, and run execute.