Skip to main content

Special variables

There are some special variables that can provide further information about the current OS / environment.

{{ RUNTIME.OS }} - Returns Go's $GOOS variable

{{ RUNTIME.ARCH }} - Returns Go's $GOARCH variable

{{ RUNTIME.NUMCPU }} Returns the number of CPU cores

{{ RUNTIME.VERSION }} - Returns the version of the CLI

{{ RUNTIME.VERSIONDATE }} - Returns the version date of the CLI