dineway-cli
Installation
SKILL.md
Dineway CLI
The Dineway CLI (dineway) manages Dineway Agentic Web builder projects and instances. Commands fall into three categories:
- Local commands — work directly on local project files or a SQLite file, no running server needed:
init,dev,seed,export-seed,auth secret - Deployment commands — orchestrate platform CLIs or generate provider files:
deploy - Remote commands — talk to a running Dineway instance via HTTP:
types,login,logout,whoami,auth setup-link,content,schema,media,search,taxonomy,menu
Authentication
Remote commands resolve auth automatically:
--tokenflagDINEWAY_TOKENfrom the shell environment or project.env- Stored credentials from
dineway login - Dev bypass (localhost only — no token needed)
When --url is omitted, remote commands check DINEWAY_URL and DINEWAY_SITE_URL from the shell environment and project .env before falling back to localhost.