Skip to content

CLI to manage integration applications with Choreo platform

License

Notifications You must be signed in to change notification settings

riyafa/choreo-cli

 
 

Repository files navigation

Choreo CLI

Build Status

CLI to manage integration applications with Choreo platform

Table of content

Getting started with Choreo

  1. Download Choreo CLI from the releases page
  2. Extract the tar.gz file
    $tar -xf choreo-cli-0.0.1-{os}-x64.tar.gz
    
  3. Navigate to the bin directory and run $chor command
    $cd choreo-0.0.1/bin
    
    $./chor
    

Visit Choreo CLI reference for more operations to interact with Choreo

Building from source

  1. Download and install go 1.13 or later version from https://golang.org/dl/

  2. Clone choreo repository (somewhere outside $GOPATH).

    $ git clone git@github.com:wso2/choreo-cli.git
    
  3. Go inside the repository and execute the make goal build-cli-all to generate CLI binaries for all platforms. The generated distributions can be found in PROJECT/builder/target.

    $ cd choreo-cli
    $ make build-cli-all
    $ ls builder/target
    choreo-cli-0.0.1-SNAPSHOT-linux-x64.tar.gz   choreo-cli-0.0.1-SNAPSHOT-windows-x64.tar.gz   choreo-cli-0.0.1-SNAPSHOT-macosx-x64.tar.gz
    

Updating dependencies

Update dependency versions if required.

go get -u github.com/wso2/choreo-cli/cmd/choreo

License

Choreo CLI is licensed under the WSO2 Commercial License.

Copyright

(c) 2019, WSO2 Inc. All Rights Reserved.

About

CLI to manage integration applications with Choreo platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.3%
  • Shell 4.2%
  • Makefile 3.5%