Issue reports and pull requests will not be attended.
CLI to manage integration applications with Choreo platform
brew tap wso2/choreo && brew install chor
- Download Choreo CLI from the releases page
- Extract the tar.gz file
tar -xf choreo-cli-{version}-{os}-x64.tar.gz
- Navigate to the
bin
directory and run$chor
commandcd choreo-{version}/bin
./chor
Visit Choreo CLI reference for more operations to interact with Choreo
-
Download and install go 1.13 or later version from https://golang.org/dl/
-
Clone choreo repository (somewhere outside $GOPATH).
$ git clone [email protected]:wso2/choreo-cli.git
-
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 inPROJECT/builder/target
.$ cd choreo-cli $ make build-cli-all $ ls builder/target choreo-cli-0.0.3-SNAPSHOT-linux-x64.tar.gz choreo-cli-0.0.3-SNAPSHOT-windows-x64.tar.gz choreo-cli-0.0.3-SNAPSHOT-macosx-x64.tar.gz
Update dependency versions if required.
go get -u github.com/wso2/choreo-cli/cmd/choreo
Choreo CLI is licensed under the WSO2 Commercial License.
(c) 2019, WSO2 Inc. All Rights Reserved.