Skip to content

Commit

Permalink
docs(cue): Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
staticaland committed Aug 2, 2022
1 parent 2c877f0 commit b4fa04e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ called =workflows=. It's one big blob of data. That is to say, all the CUE files
are combined into one object. In this form, they are not compatible with GitHub
Actions. This is where [[workflows_tool.cue][workflows_tool.cue]] and [[./workflows.cue][workflows.cue]] come into play.
Files that end with =_tool.cue= are special in CUE. They define commands that
you can run with =cue cmd <command_name=. So =workflows_tool.cue= defines a
command called =genworkflows=. We can run it with =cue cmd genworkflows=.
you can run with =cue cmd <command_name>=.

So =workflows_tool.cue= defines a command called =genworkflows=. We can run it
with =cue cmd genworkflows=. It creates the YAML files.

0 comments on commit b4fa04e

Please sign in to comment.