devwing
v0.5.4
Published
DevWing.ai - Your AI Wingman in the Terminal
Downloads
5,301
Maintainers
Readme
DevWing CLI
Your AI Wingman in the Terminal
The official command-line interface for DevWing.ai - an AI-powered engineering assistant designed for software engineers, DevOps engineers, and security professionals.
Installation
npm install -g @devwing/cliQuick Start
# Authenticate with your DevWing account
devwing login
# Ask DevWing anything
devwing "fix the auth bug"
# Run security scan
devwing scan
# Code review
devwing review
# Explain code
devwing explain src/auth/middleware.jsFeatures
- Context-Aware: Automatically reads your codebase, git history, and project structure
- Terminal-Native: Works everywhere you have a terminal
- Team Intelligence: Shared workspace context and project memory
- Specialized Models: Domain-specific AI models for frontend, backend, security, and DevOps
- Privacy-First: API keys stored securely in OS keychain
Commands
| Command | Description |
|---------|-------------|
| devwing <prompt> | Natural language prompt |
| devwing login | Authenticate with DevWing |
| devwing logout | Clear credentials |
| devwing scan | Security vulnerability scan |
| devwing review | Code review |
| devwing explain <file> | Explain code |
| devwing memory save <text> | Save to project memory |
| devwing memory show | Show project memory |
| devwing config | Configure settings |
Development
# Install dependencies
pnpm install
# Run in development mode
pnpm dev
# Build for production
pnpm build
# Link locally for testing
pnpm link --globalLicense
MIT © DevWing.ai# cli
