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 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@a5anka a5anka released this 31 Oct 13:31
· 63 commits to master since this release
b3a8c12

This is the third 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 deploy a simple ballerina application to the Choreo cloud.
    This command is a draft, this is not the final design of the cli command to do the app deployment. We are implementing this to bootstrap the app deployment process. This command will likely be deprecated in future

    $ chor app deploy GITHUB_URL
    

    app_deploy_v4

  • Global verbose flag. CLI users can now use --verbose (shorthand: -v) to view the debug output of a command.
    --verbose is a global flag and is currently added to the list action of the app group to see the errors of the app and the deployment process, but this will be changed in future to provide debug logs during app deployment process and likely will be attached to a different command for that purpose

    $ chor app list --verbose
    

    verbose

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