Skip to content

lissto-dev/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lissto CLI

Deploy and manage your stacks on Kubernetes with a simple command-line interface. Lissto lets you convert docker-compose files into Kubernetes resources and manage them across multiple environments.

Installation

Homebrew (Recommended)

brew install lissto-dev/tap/lissto

Download Binary

Download pre-built binaries from the releases page.

Quick Start

1. Login

Connect to your Lissto API server:

# Login (interactive)
lissto login

2. Common Commands

# Create a blueprint from docker-compose
lissto blueprint create docker-compose.yaml

# List blueprints
lissto blueprint list

# Create a stack from a blueprint (interactive)
lissto create

# View status across all environments (interactive)
lissto status

# View logs (interactive)
lissto logs

# View help for any command
lissto --help

3. MCP Integration for AI Assistants

Lissto includes a Model Context Protocol (MCP) server that lets AI assistants like Claude and Cursor manage your infrastructure.

Quick Setup:

  1. Add to your MCP settings (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json):
{
  "mcpServers": {
    "lissto": {
      "command": "lissto",
      "args": ["mcp"]
    }
  }
}
  1. Restart your AI assistant

Your AI can now manage environments, blueprints, stacks, view logs, and more through natural language.

Learn more: See MCP.md for detailed setup and capabilities.

Documentation

Support

About

CLI and MCP for the Lissto platform

Resources

Stars

Watchers

Forks

Packages

No packages published