Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Choreo CLI 1.0.0 - Milestone 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@a5anka a5anka released this 21 Nov 14:31
· 41 commits to master since this release
e1f4693

This is the fourth milestone build of Choreo CLI. This release note also describes how to get started, submit feature requests, bugs and feedback.

Disclaimer: The deployment related to this release is in its early development stage and is not bound by a production-grade SLA. While future milestones will be moved to a production-grade deployment and a guaranteed SLA, currently users are warned about the expected instability.

What’s new

  • New command to get application logs of a deployed Ballerina application.

    $ chor app logs show APP_ID
    

    Peek 2019-11-21 19-54

  • Now the application ID is also shown when user applications are listed using chor app list.

    $ chor app list
      ID                                    APPLICATION NAME   DESCRIPTION                  
     ------------------------------------- ------------------ ----------------------------- 
      app4dd6212eaed9545c5f43bf6a5cd79266   hello-world        My first Choreo application
    
  • The chor app list will now display only the applications created by the relevant user. Earlier the application view was global.

Bug fixes and other improvements

Documentation & getting started

Future milestones

Known bugs & limitations

Feedback

We would love to hear your feedback!

You can request a feature, improvement or report a bug - https://github.com/wso2/choreo-cli/issues

Thank You,

WSO2 Choreo Team