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:

  1. --token flag
  2. DINEWAY_TOKEN from the shell environment or project .env
  3. Stored credentials from dineway login
  4. 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.

Installs
27
GitHub Stars
2
First Seen
May 13, 2026
dineway-cli — dineway/dineway-skills