Commands
city init
Initialize global console config (stored in ~/.downcity/downcity.db)
city init
Initialize global console infrastructure.
Usage
city initBehavior
- Writes/updates
~/.downcity/downcity.db(global console infrastructure) - Generates
~/.downcity/schema/downcity.schema.json(editor schema)
Notes
- This is a console-level command and does not depend on an agent project path.
- For project-level configuration, use
city config. city initdoes not create or update models.- Configure models later with
city model create.
Example Output (Based on Current Implementation)
The examples below are aligned with current command implementations in packages/downcity/src (including default output mode and field structure). Placeholder values are used for environment-specific fields.
$ city init
city version: 1.0.0
Console base initialized
Console initialized$ city init
city version: 1.0.0
Console base initialized
Console initialized