You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It runs but it's always "foreground" or "interactive". FWIW I've also tried "background": true in the JSON (if a bool matters?)
$ runme run --background="true" "run otel collector"
2025-01-29T07:03:29.863Z info [email protected]/service.go:116 Setting up own telemetry...
2025-01-29T07:03:29.863Z info [email protected]/telemetry.go:96 Serving metrics {"address": ":8888", "metrics level": "Normal"}
2025-01-29T07:03:29.864Z info [email protected]/builder.go:85 Development component. May change in the future. {"kind": "exporter", "data_type": "logs", "name": "debug"}
2025-01-29T07:03:29.865Z info [email protected]/service.go:195 Starting dynatrace-otel-collector... {"Version": "0.12.0", "NumCPU": 2}
2025-01-29T07:03:29.865Z info extensions/extensions.go:36 Starting extensions...
2025-01-29T07:03:29.865Z info adapter/receiver.go:46 Starting stanza receiver {"kind": "receiver", "name": "syslog", "data_type": "logs"}
2025-01-29T07:03:29.866Z info [email protected]/service.go:221 Everything is ready. Begin running and processing data.
2025-01-29T07:03:29.866Z info localhostgate/featuregate.go:63 The default endpoints for all servers in components have changed to use localhost instead of 0.0.0.0. Disable the feature gate to temporarily revert to the previous default. {"feature gate ID": "component.UseLocalHostAsDefaultHost"}
The text was updated successfully, but these errors were encountered:
I have a cell (escaping is just to keep GitHub issues happy):
Effectively, I want the CLI to run the equivalent of:
Is this possible?
I've tried the following:
runme run --background "run otel collector"
runme run --background=true "run otel collector"
runme run --background="true" run otel collector"
It runs but it's always "foreground" or "interactive". FWIW I've also tried
"background": true
in the JSON (if a bool matters?)The text was updated successfully, but these errors were encountered: