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

feat(apps): add HDS to the information #895

Merged
merged 1 commit into from
Feb 21, 2023
Merged

feat(apps): add HDS to the information #895

merged 1 commit into from
Feb 21, 2023

Conversation

EtienneM
Copy link
Member

@EtienneM EtienneM commented Feb 16, 2023

Stale, waiting for the release of go-scalingo including Scalingo/go-scalingo#307

 emichon@biniou  ~/Documents/Scalingo/golang/src/github.com/Scalingo/cli   fix/890/hds  go run ./scalingo --app biniou apps-info      
+----------------+-------------+
|    SETTINGS    |    VALUE    |
+----------------+-------------+
| Force HTTPS    | false       |
| Sticky Session | false       |
| Stack          | scalingo-20 |
| Status         | running     |
| HDS            | false       |
+----------------+-------------+
 emichon@biniou  ~/Documents/Scalingo/golang/src/github.com/Scalingo/cli   fix/890/hds  go run ./scalingo --app biniou-hds apps-info
+----------------+-------------+
|    SETTINGS    |    VALUE    |
+----------------+-------------+
| Force HTTPS    | false       |
| Sticky Session | false       |
| Stack          | scalingo-20 |
| Status         | new         |
| HDS            | true        |
+----------------+-------------+

Fix #890

  • Add a changelog entry in the section "To Be Released" of CHANGELOG.md

@EtienneM EtienneM self-assigned this Feb 16, 2023
@EtienneM EtienneM merged commit d17528b into master Feb 21, 2023
@EtienneM EtienneM deleted the fix/890/hds branch February 21, 2023 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[apps-info] We should display if the app is HDS or not
2 participants