OpenBoatmobile CLI — interactive walkthrough for deploying AI agents to cloud servers
Find a file
MermaidMan 33d9a2cb2e deploy walkthrough, API validation, inference client, Hetzner provider
- Interactive deploy command with 8-step walkthrough:
  framework → provider → token → SSH → server → inference → tailscale → discord
- .env file generation from walkthrough config
- DeploymentConfig struct with framework-aware defaults
- Inference API client with validation for Venice, OpenRouter, OpenAI, Anthropic
- Hetzner Cloud provider: token validation, SSH key listing
- DotEnv parser/writer with schema validation
- Destroy command with confirmation prompt
- Validation subcommand for checking existing .env files
- All tests passing, go vet clean
2026-05-22 15:29:27 +00:00
internal deploy walkthrough, API validation, inference client, Hetzner provider 2026-05-22 15:29:27 +00:00
.gitignore initial scaffold: Go module, cmd structure, internal packages, Makefile 2026-05-22 15:15:10 +00:00
go.mod initial scaffold: Go module, cmd structure, internal packages, Makefile 2026-05-22 15:15:10 +00:00
Makefile initial scaffold: Go module, cmd structure, internal packages, Makefile 2026-05-22 15:15:10 +00:00