tarantool / cartridge-cli

Command-line utility to manage tarantool cartridge applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cartridge Command Line Interface

Cartridge CLI latest release on GitHub

Cartridge CLI build status on GitHub Actions

Important

Cartridge CLI is deprecated in favor of tt CLI. Find the instructions on switching from Cartridge CLI to tt in Migration from Cartridge CLI to tt.

Control your Tarantool application instances via the command line.

Installation

  1. Install the following third-party tools:
  2. Install Tarantool 1.10 or higher. You have two options here:
  3. [For all platforms except macOS] If you build Tarantool from source, you need to set up the Tarantool packages repository manually:

  4. Install the cartridge-cli package:
  5. Check the installation:

    You may see a warning: Project path is not a project. Don't worry, it only means there is no Cartridge application yet.

Now you can create and run your first application!

Quick start

To create your first application, run:

Go to the application directory:

Build and start your application:

Now open http://localhost:8081 and see your application's Admin Web UI:

image

You're all set! To dive right in, follow the Getting started with Cartridge guide.

Usage

For details about how to use Cartridge CLI, see the documentation links below.

About

Command-line utility to manage tarantool cartridge applications

License:Other


Languages

Language:Go 57.2%Language:Python 39.6%Language:Lua 2.6%Language:Shell 0.4%Language:Dockerfile 0.1%