callisto-cli 0.3.1

Standalone callisto CLI binary.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# callisto-cli

Standalone command-line interface for Callisto monorepo versioning and release management.

## Overview

`callisto-cli` provides the primary command-line binary (`callisto`) for managing changesets, versions, pull requests, and releases:

- `callisto add`: Interactively or non-interactively record changesets.
- `callisto version`: Consume changesets, bump package versions, and update changelogs.
- `callisto status`: Inspect workspace release status.
- `callisto plan-publish`: Compute topological publish order.
- `callisto compose-pr-body`: Render rich GitHub Pull Request descriptions.

## License

GNU Affero General Public License v3.0 (`AGPL-3.0-only`).