Documentation

CLI Reference

Complete reference for all HackLikeMe CLI commands and options.

Quick Start

The primary way to use HackLikeMe is through the TUI (Terminal User Interface):

$ hacklikeme

This starts the interactive TUI where you can type requests in natural language. The appropriate agent is automatically selected based on your request.

Main Commands

hacklikeme

Start the TUI (Terminal User Interface). Opens authentication if not logged in.

hacklikeme --version

Display the current version of HackLikeMe.

hacklikeme --help

Show help information and available commands.

Authentication

hacklikeme auth status

Check your current login status, plan, and remaining capacity.

hacklikeme auth hacklikeme

Log in to your HackLikeMe account. Opens browser for authentication.

hacklikeme auth hacklikeme-logout

Log out from your HackLikeMe account.

hacklikeme auth list

List all configured authentication providers and credentials.

Using the TUI

Once in the TUI, simply type your request in natural language:

> create a REST API in Python
> scan this project for vulnerabilities
> deploy my app to kubernetes

HackLikeMe automatically routes your request to the appropriate agent (Coder, FullStack, DevOps, Security, Plan, or Monitoring).

Configuration

HackLikeMe stores configuration in:

Linux/macOS:~/.hacklikeme/
Windows:%USERPROFILE%\.hacklikeme\