awaitter-cli
v1.8.0
Published
Awaitter CLI - AI-powered development assistant with full sprint execution and auto-deploy
Maintainers
Readme
🚀 Awaitter CLI
Enterprise-grade command-line interface for AI-powered software development.
Overview
Awaitter CLI is a professional development tool that integrates artificial intelligence into your software development workflow. Built for enterprise teams and individual developers who require secure, scalable, and reliable code generation capabilities.
Installation
npm install -g awaitter-cliSystem Requirements
- Node.js 16.0 or higher
- npm 8.0 or higher
- Active internet connection for authentication and API access
Authentication
All CLI operations require secure authentication via JWT tokens. This ensures proper access control and usage tracking.
Initial Setup
- Visit awaitter.com/security to generate your CLI token
- Authenticate your CLI instance:
awaitter auth login - Verify authentication status:
awaitter auth status
Authentication Commands
awaitter auth login # Authenticate with JWT token
awaitter auth logout # Remove stored credentials
awaitter auth status # Display authentication information
awaitter usage # View token consumption and limitsCore Features
Code Generation
Generate production-ready applications from architectural specifications with intelligent code synthesis and best practices enforcement.
AI-Assisted Development
Interactive development environment with context-aware assistance for code review, refactoring, and optimization.
Validated Refactoring Engine
Step-by-step refactoring with automatic validation (lint, test, build), AI-powered error recovery with up to 3 retry attempts, and automatic rollback on failures using git stash-based snapshots.
Autonomous Development (Autopilot)
Advanced autonomous development mode with AI-controlled code execution, file modifications, and project optimization. Features safety controls and approval workflows for enterprise environments.
Project Analysis
Comprehensive analysis of existing codebases with architectural insights, security recommendations, and performance optimization suggestions.
Enterprise Security
JWT-based authentication, role-based access control, and comprehensive audit logging for enterprise compliance requirements.
Command Reference
Development Commands
# Interactive AI development assistant
awaitter chat [message]
# Autonomous development mode
awaitter chat --autopilot [message]
# Generate project from architecture token
awaitter generate <token> [options]
# Analyze project structure and dependencies
awaitter scan [path]
# System and authentication status
awaitter statusAdvanced Development Tools
Available with Pro and Enterprise plans
# Autonomous development sessions
awaitter autopilot start [task]
# Autopilot session management
awaitter autopilot status
awaitter autopilot config
awaitter autopilot stop [sessionId]
# Automated test generation and execution
awaitter test [options]
# Code refactoring and optimization
awaitter refactor <files> [options]
# Documentation generation
awaitter docs [options]
# Deployment preparation and execution
awaitter deploy [options]
# Architecture planning and design
awaitter architect [options]Usage Examples
Basic Workflow
# Authenticate
awaitter auth login
# Check available tokens
awaitter usage
# Start AI-assisted development
awaitter chat "Review my React components for best practices"
# Generate project from web platform
awaitter generate arch_token_123 --output ./new-projectEnterprise Workflow
# Project analysis
awaitter scan ./enterprise-app
# Start autonomous development session
awaitter autopilot start "optimize performance and fix security issues"
# Monitor autopilot progress
awaitter autopilot status
# Architecture review
awaitter architect --type microservices --framework node
# Automated testing
awaitter test --coverage --framework jest
# Code refactoring
awaitter refactor src/ --pattern modern-typescript
# Documentation generation
awaitter docs --format enterprise --output ./docsAutopilot Mode Examples
# Start autopilot session with specific task
awaitter autopilot start "implement user authentication system"
# Chat with autopilot mode enabled
awaitter chat --autopilot "fix all TypeScript errors and optimize imports"
# Configure autopilot settings
awaitter autopilot config
# Monitor active sessions
awaitter autopilot status
# Stop autopilot session
awaitter autopilot stop session_id_123Plan Limitations
| Feature | Free | Professional | Enterprise | |---------|------|-------------|------------| | Monthly Token Limit | 1,000 | 50,000 | 200,000 | | Basic Commands | ✓ | ✓ | ✓ | | Autopilot Mode | - | ✓ | ✓ | | Advanced Tools | - | ✓ | ✓ | | Priority Support | - | ✓ | ✓ | | Team Management | - | - | ✓ |
Configuration
Default configuration is optimized for most development environments. Advanced configuration options are available for enterprise deployments.
# View current configuration
awaitter status
# Authentication management
awaitter auth statusSecurity
- Token-based Authentication: Secure JWT tokens with configurable expiration
- Permission Management: Role-based access control with plan-specific limitations
- Audit Logging: Comprehensive usage tracking and command history
- Data Privacy: No source code is stored or transmitted beyond necessary API calls
Support
Documentation
Comprehensive documentation is available at docs.awaitter.com
Technical Support
- Community: GitHub Issues for open-source support
- Professional: Email support for Pro plan subscribers
- Enterprise: Dedicated support channels with SLA guarantees
Contact Information
- General Support: [email protected]
- Enterprise Sales: [email protected]
- Security Issues: [email protected]
Version Information
Current version: 1.7.3
Check installed version:
awaitter --versionLicense
Copyright (c) Awaitter Team. All rights reserved.
For licensing information, visit awaitter.com/license
