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 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@tharinduwijewardane tharinduwijewardane released this 19 Dec 07:12
· 12 commits to master since this release
4729ead

This is the fifth 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 delete an application

    $ chor app delete a12345678901
    a12345678901 is successfully deleted
    

    app-delete

  • New command to access status of an application

    $chor app status a12345678902
     CREATED
    

    app -status

  • Capability to deploy to an existing application.

    $ chor app create hello-world
    
    $ chor app list
      ID             APPLICATION NAME   DESCRIPTION                  
     -------------- ------------------ ----------------------------- 
      ahdyflq7zvfx   hello-world        My first Choreo application  
    
    $ chor app deploy ahdyflq7zvfx http://github.com/abc/test.git
    The application with id ahdyflq7zvfx has been updated
    Once deployed, the app can be accessed from https://apps.preprod.choreo.dev/choreoapps/ahdyflq7zvfx
    
  • New shorthand command to do both application creation and deployment

    $ chor app deploy -n new-app-name https://www.github.com/john/app
    A new application is created for deployment with Id: apphby232y3421341
    Once deployed, the app can be accessed from https://choreo.dev/apps/apphby232y3421341
    
  • Support for Homebrew package manager. Mac users can now install/update Choreo CLI using brew.

    To install

    $ brew tap wso2/choreo && brew install chor
    

    To update

    $ brew update chor
    

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