We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The \ character is ^ in windows, and replacing it yields "provided data is invalid json" also
The text was updated successfully, but these errors were encountered:
The following in a bash script worked for me, and might be more portable across platforms:
#!/usr/bin/env bash curl --netrc -X PATCH https://api.heroku.com/apps/<APP_NAME>/formation \ -d '{ "updates": [ { "type": "web", "docker_image": "<IMAGE_ID>" } ] }' \ -H "Content-Type: application/json" \ -H "Accept: application/vnd.heroku+json; version=3.docker-releases"\ -H "Authorization: Bearer <API_KEY>" $SHELL
Sorry, something went wrong.
No branches or pull requests
The \ character is ^ in windows, and replacing it yields "provided data is invalid json" also
The text was updated successfully, but these errors were encountered: