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"}.