Entrypoint selection
The CLI prefers repository Appaloft config when present. It can also choose paths from Dockerfile, Compose, static output directories, or image:// references.
The CLI can detect, plan, execute, verify, and recover deployments from local projects or CI. It is also handy for hot fixes.
Entrypoint
Terminal
Best for
Local and BYOS
State
Control plane or ssh-pglite
Recovery
retry / redeploy / rollback
The CLI prefers repository Appaloft config when present. It can also choose paths from Dockerfile, Compose, static output directories, or image:// references.
appaloft deploy starts the deployment. Durable source, runtime, network, and health configuration belongs in the Resource profile.
Follow deployments with appaloft logs, appaloft resource diagnose, rollback, retry, and redeploy. Leave direct server edits as the last resort.
Read package metadata, Dockerfile, Compose, ports, start commands, and appaloft.yml.
Upload, build, start, and record each step.
Check URL, HTTPS, health, logs, and rollback candidates.
Appaloft SEO pages are organized around real deployment tasks. Each page should lead to the next useful step, not stand alone.
Tie the control plane, CLI, servers, rollback, and Cloud collaboration boundary into one self-hosting cluster.
Use GitHub Actions to connect repository events to Appaloft deployment while keeping explicit workflows.
Connect build output, browser upload, CLI deploy, and one-click buttons for static site publishing.
Let the agent identify project shape first, then choose the skill, CLI, static publishing, or Cloud console path.