Full client-side web app that interfaces with deis api. It works but there are many more features needed. Please submit pull requests.
This attempts to be compatible with the latest version of the deis API. Not backwards compatible.
- Full login and logout with session support
- Browse and view running apps
- Display all environmental variables
- Logs are properly rendered with terminal colors
- Create and delete apps
- Manage users
deis create
deis config:set DEIS_API=http://deis.local3.deisapp.com
git push deis master
If you're on Deis v1:
deis config:set DEIS_API_VERSION=v1
npm install
npm start