Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wso2/choreo-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.25
Choose a base ref
...
head repository: wso2/choreo-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 28, 2024

  1. Update README.md

    CharukaK authored Mar 28, 2024
    Copy the full SHA
    02d04f7 View commit details
  2. Merge pull request #1 from CharukaK/patch-1

    Update README.md
    kaviththiranga authored Mar 28, 2024
    Copy the full SHA
    6084c2c View commit details
Showing with 36 additions and 2 deletions.
  1. +36 −2 README.md
38 changes: 36 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
# choreo-cli
CLI tool for WSO2 Choreo
# Choreo CLI

Boost Developer Efficiency: A CLI for WSO2 Choreo

## Installation
Download the choreo cli distribution and install.

### Install via script

#### MacOS, Linux, WSL
```bash
curl -o- https://cli.choreo.dev/install.sh | bash
```

#### Windows
```bash
iwr https://cli.choreo.dev/install.ps1 -useb | iex
```

### Download from GitHub
Download the appropriate version from the [releases](https://github.com/wso2/choreo-cli/releases) choreo cli github repository

## Getting started

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