Getting started#

Attention

Since Grana is a CLI tool, this section covers command-line scenarios only.

Running your first workflow#

Simple workflows can be executed without any configuring grana. Create a grana.yaml file in the working directory with the following contents:

---
actions:
  - name: ShellCheck
    type: shell
    command: echo "Grana works!"

Then, staying in the same directory, call a command:

$ grana run

The produced output should look like this:

[ShellCheck]  | Grana works!
✓ SUCCESS: shell-0