Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 690 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 690 Bytes

Choreo CLI

Boost Developer Efficiency: A CLI for WSO2 Choreo

Installation

Download the choreo cli distribution and install.

Install via script

MacOS, Linux, WSL

curl -o- https://cli.choreo.dev/install.sh | bash

Windows

iwr https://cli.choreo.dev/install.ps1 -useb | iex

Download from GitHub

Download the appropriate version from the releases choreo cli github repository

Getting started

  1. Sign into your choreo account
choreo login
  1. List your projects
choreo list projects
  1. Describe your projects/components
choreo describe <project|component>