Hello World
The smallest possible Remedy. One feature, one step, no integrations. Exists so `remedy fmt`, `remedy lint`, and `remedy build` have a trivially correct target for their round-trip tests.
- id
- hello-world
- domain
- examples
- kind
- feature
- runtime
- sovereign
- version
- 0.1.0
- lint
- clean · 0 errors / 0 warnings
Source
remedy:
id: hello-world
name: Hello World
domain: examples
kind: feature
intent: >
The smallest possible Remedy. One feature, one step, no integrations. Exists
so `remedy fmt`, `remedy lint`, and `remedy build` have a trivially correct
target for their round-trip tests.
owners:
- petitgen-ltd
tags:
- example
- smoke-test
entities:
- greeting
files:
spec:
ext: .md
path: SPEC.md
required: true
features:
- id: say-hello
intent: Emit the string "hello world" to stdout.
triggers:
- user.invokes: run
steps:
- emit: hello world
outputs:
- stdout
version: 0.1.0
runtime: sovereign
version: 0.1.0
Features
- say-hello
Emit the string "hello world" to stdout.