Skip to content
New issue

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

Rework clever status details and add --all option #334

Open
hsablonniere opened this issue Jul 23, 2019 · 2 comments
Open

Rework clever status details and add --all option #334

hsablonniere opened this issue Jul 23, 2019 · 2 comments

Comments

@hsablonniere
Copy link
Member

No description provided.

@hsablonniere hsablonniere changed the title Add a clever status --all Rework clever status details and add --all option Sep 6, 2019
@hsablonniere
Copy link
Member Author

While working on the --all option, I tried an idea and I think it's the right occasion to update the list of informations of clever status.

Here's the simple POC I tried:

Capture d’écran_2019-09-05_18-40-09

@hsablonniere
Copy link
Member Author

hsablonniere commented Sep 6, 2019

I'm proposing something like that:

Name              MyApp          MyApp (staging)  MyApp (dev)
Alias             prod           staging          dev
Status            running 2*M    running 1*S      running 1*S
//                stopped        stopped          stopped
//                deploying 2*M  deploying 1*S    deploying 1*S
Last deploy       3 days ago     1 day ago        1 day ago
Running commit    391d55012475   884ce0bac349     76f720979fd1
Deploying commit  391d55012475   884ce0bac349     76f720979fd1
Git remote head   391d55012475   884ce0bac349     76f720979fd1
Auto scalability  enabled        disabled         disabled
Instances         2 to 5         1                1
Sizes             M              S                S
Dedicated build   disabled       M                M

Notes:

  • Status has one line when stopped or running with no deployment
  • Status has two lines when running and deploying
  • Status sizes reflect what's running or deploying, instances/sizes reflect the settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants