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
The command.Remote resource automatically adds PULUMI_COMMAND_STDOUT and PULUMI_COMMAND_STDERR to the env, but this produces a warning if the remote host does not support AcceptEnv:
warning: Unable to set 'PULUMI_COMMAND_STDOUT'. This only works if your SSH server is configured to accept
these variables via AcceptEnv. Alternatively, if a Bash-like shell runs the command on the remote host, you could
prefix the command itself with the variables in the form 'VAR=value command'
This is just obnoxious noise if the user doesn't care about these. We should probably suppress, or at least tone down this message when the user didn't indicate any explicit env to pass.
The text was updated successfully, but these errors were encountered:
The command.Remote resource automatically adds
PULUMI_COMMAND_STDOUT
andPULUMI_COMMAND_STDERR
to the env, but this produces a warning if the remote host does not supportAcceptEnv
:This is just obnoxious noise if the user doesn't care about these. We should probably suppress, or at least tone down this message when the user didn't indicate any explicit env to pass.
The text was updated successfully, but these errors were encountered: