cli

Automate Trebuchet project initialization, deployment, and development workflows from the command line.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/briannadoubt/trebuchet-plugin --skill cli-briannadoubt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli
Source: https://github.com/briannadoubt/trebuchet-plugin/tree/main/skills/cli
Command: npx skills add https://github.com/briannadoubt/trebuchet-plugin --skill cli-briannadoubt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces manual time spent scaffolding Trebuchet projects, deploying actors, and managing development workflows by providing a consistent CLI experience.

Core Features & Use Cases

  • Project initialization: Create and configure new Trebuchet projects with a single command.
  • Deployment automation: Deploy actors to cloud providers with streamlined commands.
  • Operational visibility: Check status, manage environments, and generate server artifacts for local runs.
  • Use Case: A developer starts a new project, provisions infrastructure, deploys actors to AWS, and runs a local dev server with minimal setup.

Quick Start

Use the trebuchet CLI to initialize a new project, deploy actors, and verify status.

Frequently Asked Questions about cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Trebuchet project initialization from the command line?

You can automate Trebuchet project initialization by running a single CLI command that creates and configures new projects while integrating with the trebuchet.yaml configuration file to establish consistent scaffolding.

What's the best way to deploy Trebuchet actors to cloud providers?

Deploying Trebuchet actors to cloud providers is streamlined through dedicated CLI commands that automate the deployment process, allowing you to push actors to environments like AWS with minimal manual setup.

Can I check Trebuchet deployment status and manage environments using the command line?

Yes, checking deployment status and managing environments is supported through the CLI, providing operational visibility that lets you verify actor deployment states and oversee your infrastructure from the command line.

How do I generate standalone server artifacts for local Trebuchet development?

Generating standalone server artifacts for local Trebuchet development is handled by the CLI, which produces the necessary files to run a local dev server and test actors outside of a deployed cloud environment.

Does the Trebuchet CLI require a trebuchet.yaml configuration file to function?

The Trebuchet CLI integrates with the trebuchet.yaml configuration file to ensure consistent output formatting and command execution, making it a central dependency for managing project initialization and deployment workflows.

Why use a CLI for Trebuchet workflows instead of manual scaffolding and deployment?

Using a CLI for Trebuchet workflows reduces manual time spent scaffolding projects and deploying actors by providing a consistent command-line experience with flag parsing and standardized output formatting across development tasks.