Command Line Interface
Foundry CLI
Control the AI Code Foundry from your terminal. Automate project generation, indexing, and deployment.
$npm install -g @codiner/foundry
Added 142 packages in 3s
$foundry init my-app
Creating workspace... Done.
$foundry paike --scan .
Mapping 12,450 AST nodes... Neural synch complete.
Core Commands
foundry init [name]Initialize a new AI-native project from a template.
foundry paike --scanManually trigger a deep neural scan of your directory.
foundry loginAuthenticates with your cloud providers for model access.
foundry deployOrchestrate one-click deployment to Vercel or AWS.
Advanced Workflows
foundry release --patchAutomate semantic versioning and changelog generation.
foundry env syncSynchronize environment variables across your team securely.
foundry logs --tailReal-time spectral analysis of your running PAIKE instance.
foundry doctorDeep diagnostic scan of your local AST and vector stores.
Global Options
--local-only
Prevents any cloud-based API calls. High privacy mode.
--verbose
Shows real-time neural indexing progress and AST logs.