Skip to main content

cleo init

Initialize project (.cleo/ directory) with automatic agent docs injection

Synopsis

cleo init [OPTIONS]

Options

OptionDescription
--formatOutput format: text, json
--quietSuppress output, return only essential data
--forceForce operation without confirmation
--confirm-wipeConfirm destructive operation
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo init

Exit Codes

CodeMeaningRecoverable
0SuccessNo
3File operation failureNo
101Already existsNo

See Also