Welcome to Your Sweet! CLI Trial
Follow this step-by-step guide to install, configure, and run your first autonomous coding task in 15 minutes or less.
1 Install Sweet! CLI
In ProgressChoose your preferred installation method based on your environment:
Verify Installation
After installing, verify Sweet! CLI is working:
You should see version information. If you get a "command not found" error, check your PATH or restart your terminal.
2 Sign in and start your trial
PendingSweet! CLI uses email one-time codes (OTP) to sign in. Your 3-day trial starts when you subscribe on the billing page (Stripe).
- Run
sweet loginin your terminal - Enter your email and the 6-digit code we send you
- Start your trial by subscribing on the Billing page (credit card required; cancel anytime)
Tip: If you get an auth error later, just run sweet login again to refresh your session.
Verify Configuration
Test that you’re signed in and subscribed:
You should see your current plan. If you get an authentication error, run sweet login again. If you get a subscription error, subscribe on the billing page to start the trial.
3 Run Your First Autonomous Task
PendingNow for the fun part! Try one of these beginner-friendly tasks to see Sweet! CLI in action:
Create a simple Python script
Generate a Python script that reads a CSV file and calculates statistics.
Fix a bug in JavaScript code
Debug and fix common errors in a sample JavaScript file.
Set up a CI/CD pipeline
Create GitHub Actions workflow for automated testing and deployment.
How Sweet! CLI Works
When you run a command, Sweet! CLI will:
- Analyze your current directory to understand the project structure
- Create a plan to accomplish your goal
- Execute steps autonomously (edit files, run commands, test changes)
- Report back with what was done and any next steps
$ git clone https://github.com/sweet-cli/sweet-cli.git
$ cd sweet-cli
$ pip install -r requirements.txt