A node module for working with app.json files and deploying app.json apps to Heroku. Designed to work on the server, the browser, and the command line.
132
stars
26
forks
source link
app.json clone fails with requested API endpoint was not found error #36
When I try to deploy an app to heroku from the command line it fails with a "requested API endpoint was not found error".
Does app.json work for anyone anymore or has it broken and abandoned? How do folks deploy an app via CLI?
$ yarn app.json clone github:zeke/slideshow
yarn run v1.22.17
$ /Users/mpv/dev/tinyhood/tinyhood/node_modules/.bin/app.json clone github:zeke/slideshow
Cloning from https://api.github.com/repos/zeke/slideshow/tarball/master
The requested API endpoint was not found. Are you using the right HTTP verb (i.e. `GET` vs. `POST`), and did you specify your intended version with the `Accept` header?
When I try to deploy an app to heroku from the command line it fails with a "requested API endpoint was not found error".
Does
app.json
work for anyone anymore or has it broken and abandoned? How do folks deploy an app via CLI?