Skip to content

Variables

Neo. edited this page Aug 26, 2025 · 1 revision

Here's a list of variables that you can use:

rt.time to get current time in RFC 3339 Nano Format

os.arch to get operating system's architecture

os.type to get operating system's type

env.* to get environment variables

$.* to get scope variables from expects or var

Usage

You can use it anywhere by just wrapping the string in double curly brackets like so:

actions:
    -
        action: shell
        cmdlines:
            - echo {{env.USER}}

Clone this wiki locally