Inform admin about important changes in update command output after update of Codenvy on-prem
See original GitHub issueWe need to have an ability to display update specific info in terminal after the successful update of Codenvy on-prem, for example, for update to 5.0.0-M4:
[vagrant@dev ~]$ codenvy install
[CODENVY] Unzip Codenvy binaries to /tmp/codenvy [OK]
[CODENVY] Configure Codenvy [OK]
[CODENVY] Patch resources before update [OK]
[CODENVY] Move Codenvy binaries to /etc/puppet [OK]
[CODENVY] Update Codenvy [OK]
[CODENVY] Patch resources after update [OK]
[CODENVY] {
"artifacts" : [ {
"artifact" : "codenvy",
"version" : "5.0.0-M4",
"status" : "SUCCESS"
} ],
"status" : "OK",
"message" : "All users' passwords have been reset. If your Admin user is 'admin', then your password has been set to 'password'. This has been done as part of an internal database consolidation that increases system security."
}
Message should be in yellow color.
It is needed for issue https://github.com/codenvy/codenvy/issues/845.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
codenvy/CHANGELOG.md at master - GitHub
... Inform admin about important changes in update command output after update of Codenvy on-prem #865; NPE during start workspace from default environment ......
Read more >Release Notes: Codenvy 5
Codenvy 5 has been released and brings all the improvements from Eclipse Che 5, plus a host of enterprise features. To learn more...
Read more >Codenvy Pricing, Alternatives & More 2022 - Capterra
With the help of Capterra, learn about Codenvy, its features, pricing information, popular comparisons to other Application Development products and more.
Read more >Codenvy Reviews 2022: Details, Pricing, & Features - G2
Since codenvy provides cloud-based deployments, it is the best platform for a developer. Very easy to code and debug. More built-in options makes...
Read more >IBM Z® Open Editor in the cloud with Eclipse Che
After the cluster state shows Normal, the cluster network and load-balancing component take about 10 more minutes to deploy and update the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is shorter language. “This is a one-time event to increase security with an internal database consolidation.”
Example of update command output: