-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Labels
Description
To simply verify if an agentic workflow is producing valid action workflow, users are required to run the following command:
$ gh aw compile --validate --no-emit daily-issues-report.mdIt would be easier to have a verify command that is a short hand for the --validate and --no-emit operations:
$ gh aw verify daily-issues-report.mdNote: the command may as well be called validate, but IMO that would be the same as compile --validate where to me, verify is also about --no-emit. And having both validate/verify as additional commands, would be confusing to most users who can't fully understand the semantics of the word validate versus verify.
Reactions are currently unavailable