Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 652 Bytes

File metadata and controls

39 lines (26 loc) · 652 Bytes

SFK CLI

Your Agent gets a Laptop in the Cloud

Installation

curl -fsSL https://raw.githubusercontent.com/starfolkai/cli/main/install.sh | sh

Platforms

Platform Architecture
Linux x86_64, ARM64
macOS x86_64 (Intel), ARM64 (Apple Silicon)

Usage

# Authenticate with GitHub
sfk auth login

# Create a new devbox
sfk devbox new my-project

# Connect to your devbox
sfk devbox connect my-project

# List all devboxes
sfk devbox list

# Destroy a devbox
sfk devbox destroy my-project

Documentation

Visit starfolk.ai for full documentation.