handsome-state-59775
09/08/2021, 4:34 PMpulumi stack output $PROPERTY
adds a newline even with --non-interactive
specified.
Can a special case be added with just the raw string for non-interactive usage? I believe the logic is here.billowy-army-68599
09/08/2021, 4:41 PMpulumi stack output $PROPERTY | tr -d '\n'
handsome-state-59775
09/08/2021, 5:01 PMsed -z '$ s/\n$//'
is a more accurate solution in a shell context - just for completeness' sake.