Skip to content

User Guide: Amplifier CLI

This guide covers everything you need to know to use amplifier-app-cli, the command-line application for Amplifier.

About This Guide

This guide is for using the Amplifier CLI (amplifier command). If you're:

Topics

CLI Reference

Complete reference for all Amplifier commands and options.

Profiles

Pre-configured capability sets for different use cases.

Agents

Specialized sub-agents for focused tasks.

Sessions

Session management, persistence, and resumption.

Collections

Shareable bundles of profiles, agents, and context.

Quick Reference

Most Common Commands

# Run a single command
amplifier run "Your prompt"

# Interactive mode
amplifier

# Resume last session
amplifier continue

# List sessions
amplifier session list

Configuration Commands

# Profiles
amplifier profile list
amplifier profile use dev

# Providers
amplifier provider list
amplifier provider use anthropic

# Modules
amplifier module list
amplifier module add tool-web

Getting Help

# General help
amplifier --help

# Command-specific help
amplifier run --help
amplifier session --help