Skip to content

xentom/cli

Repository files navigation

Xentom CLI

Release Build

A command-line interface (CLI) for executing workflows and managing workflow integrations. This tool is designed to help you streamline workflow execution, create workflow integrations efficiently, and use utility functions that simplify the development process for integrations.

Xentom CLI Screenshot

Installation

Linux and macOS

curl -fsSL https://xentom.com/install | bash

Windows

irm xentom.com/install.ps1 | iex

Docker

docker run -it --rm ghcr.io/xentom/cli:latest --help

Upgrade

To upgrade to the latest version of the Xentom CLI, run:

xentom upgrade

Canary Builds

Xentom automatically releases an untested canary build with every commit to the main branch. To update to the latest canary version, use the following command:

xentom upgrade --canary

The canary build allows you to test new features and bug fixes ahead of the stable release.

Local Development

  1. Make sure to have Bun installed on your machine.

  2. Clone the repository

git clone https://github.com/xentom/cli
cd cli
  1. Install dependencies
bun install
  1. Build the CLI
bun run build
  1. Run the CLI
~/.bin/xentom --help

Documentation

Please checkout our Documentation page: xentom.com/docs/cli