Keep posted on all activites from your projects and services. Monitor your plan usage and access services logs super fast.
This is not an official application and it's basically a proof of concept.
You can download the latest release here.
Simply clone down this reposity, install dependencies, and get started on your application.
The use of the yarn package manager is strongly recommended, as opposed to using npm
.
yarn install
# run application in development mode
yarn dev
# compile source code and create webpack output
yarn compile
# `yarn compile` & create build with electron-builder
yarn dist
# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir
- Fork this repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
yarn install
- Start the app:
yarn start
To make sure that your code works in the bundled application, you can generate the binaries like this:
yarn dist
Check ./dist
folder for installers.
- Login
- Check for
~/.we
file and search for the auth token. If this is not found, will warn the user to login using the tool
- Projects
- List all projects with their
health
status badges.
- Project Details
- List project activity feed
- Health status
- List of services with their
health
badges
- Usage/Account
- Show some user stats using
account/usage
api
- Notifications
- Alert user once a service is down
- Alert user once a deploy succeeded (We need an API for this.. wedeploy?) :)
- Alert user once a deploy failed (We need an API for this.. wedeploy?) :)
- Installers
- macOs installer
- Djalma Araújo (@djalmaaraujo)