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
→ spruce --version
spruce - Version 1.25.1
→ cat foo.yml
test: foo
→ echo 'test: bar' | spruce merge foo.yml -
Error reading STDIN: no data found. Did you forget to pipe data to STDIN, or specify yaml files to merge?
Looks like spruce merge doesn't support this kind of operation, '-' for STDIN and '-h' for help
I'm using spruce cli version v1.24.0
The text was updated successfully, but these errors were encountered: