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 implementation of deis config:pushhere uses stdin to fetch the buffer, but it was causing me problems as you can see at this issue. Running the command inside a script which gets its inputs from stdin, I had to pipe it with < dev/null to get the correct result or it would give me Creating config... ...Error: Unknown Error (409): {"detail":"user changed nothing - release stopped"}.
Can something be made to correct it?
The text was updated successfully, but these errors were encountered:
pfeodrippe
changed the title
Get rid of stdin for deis config:push
Get rid of stdin for deis config:push
May 23, 2017
The implementation of
deis config:push
here usesstdin
to fetch the buffer, but it was causing me problems as you can see at this issue. Running the command inside a script which gets its inputs from stdin, I had to pipe it with< dev/null
to get the correct result or it would give meCreating config... ...Error: Unknown Error (409): {"detail":"user changed nothing - release stopped"}
.Can something be made to correct it?
The text was updated successfully, but these errors were encountered: