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
Is your feature request related to a problem? Please describe.
I have processes that need to operate inside an isolated container, consuming stdin and communicating via stdout.
One of the processes I'd like to run in this way is cue fix - but I can't, as it only consumes named packages (or files?) it can find via the filesytem.
Describe the solution you'd like
I'd like cue fix to accept CUE that needs fixing on stdin, and emit the fixed result to stdout.
I'd like this test to pass:
Is your feature request related to a problem? Please describe.
I have processes that need to operate inside an isolated container, consuming stdin and communicating via stdout.
One of the processes I'd like to run in this way is
cue fix
- but I can't, as it only consumes named packages (or files?) it can find via the filesytem.Describe the solution you'd like
I'd like
cue fix
to accept CUE that needs fixing on stdin, and emit the fixed result to stdout.I'd like this test to pass:
Describe alternatives you've considered
n/a.
Additional context
n/a
The text was updated successfully, but these errors were encountered: