Commands
`homeboy project`
Synopsis homeboy project [OPTIONS] <COMMAND> Common Workflows Linking Components to a Project After creating components, link them to a project:...
`homeboy db`
Synopsis homeboy db <COMMAND> Subcommands tables homeboy db tables <project_id> [<subtarget>] [<args...>] describe homeboy db describe <project_id> [<subtarget>] <table> Notes:...
`homeboy fleet`
Manage fleets — named groups of projects for coordinated operations across multiple sites. Synopsis homeboy fleet <COMMAND> Overview Fleets enable...
`homeboy config`
Manage global Homeboy configuration stored under the OS config directory as ~/.config/homeboy/homeboy.json. Overview The homeboy config command provides access to...
`homeboy ssh`
Synopsis # Non-interactive discovery (JSON output): homeboy ssh list # Connect (interactive when no COMMAND is provided): homeboy ssh [OPTIONS]...
`homeboy api`
Synopsis homeboy api <project_id> <COMMAND> Description Make HTTP requests to a project’s configured API. This command uses the project’s API...
`homeboy auth`
Synopsis homeboy auth <COMMAND> Description Authenticate with a project’s API and store credentials in the OS keychain. Authentication is scoped...
`homeboy list`
Synopsis homeboy list Description homeboy list is a convenience command that prints the same help text as homeboy --help. This...
`homeboy logs`
Synopsis homeboy logs <COMMAND> Subcommands list <project_id> show <project_id> <path> [-n|--lines <lines>] [-f|--follow] clear <project_id> <path> search <project_id> <path> <pattern>...
`homeboy server`
Synopsis homeboy server <COMMAND> Subcommands create homeboy server create [--json <spec>] [--skip-existing] <id> --host <host> --user <user> [--port <port>] -...