What's in the name, INtermediate Deployment Assistance Interface.
INDAI, A helper tool in deploying app to Heroku for testing, this is accomplished by pushing the current repo to Github(temporarily) without commiting to your official repo then building Heroku app using the temporary source.
Requires Heroku account.
- Main CLI
- Functions
-
Deploy : Push current repo to Github and build Heroku app
-
Cleanup : Delete Github repo and Heroku app
-
Reupload : If repo/app already exist skip creation and proceed to upload/build
-
Test : Run test on temporary app
-