azu_cli
Version, currently 0.1.1012 versions
- 0.1.10latestJan 19, 2026
- 0.1.9not indexedJan 19, 2026
- 0.1.8not indexedJan 19, 2026
- 0.1.7not indexedJan 19, 2026
- 0.1.6not indexedJan 19, 2026
- 0.1.5not indexedJan 19, 2026
- 0.1.4not indexedJan 19, 2026
- 0.1.3not indexedJan 19, 2026
- 0.1.2not indexedJan 19, 2026
- 0.1.1not indexedJan 19, 2026
- 0.1.0not indexedJan 19, 2026
- 0.0.1not indexedJan 19, 2026
github.com/azutoolkit/azu_cli
Azu CLI is a powerful, developer-friendly command-line tool designed to accelerate development with the Azu Toolkit framework
Installation
# Add this to your shard.yml
dependencies:
azu_cli:
github: azutoolkit/azu_cli
version: ~> 0.1.10Then run:
shards installshard.yml
- Crystal
1.16.3- License
- MIT
- Author
- Elias J. Perez
- Target
azufrom ./src/azu_cli.cr
Dependencies
Runtime Dependencies
- pg~> 0.28.0github: will/crystal-pg
- cql*github: azutoolkit/cql, branch: master
- redis~> 2.9.0github: stefanwille/crystal-redis
- topia*github: azutoolkit/topia, branch: master
- readline*github: crystal-lang/crystal-readline, branch: master
- teeplate~> 0.11.2github: amberframework/teeplate
- cadmium_inflector*github: cadmiumcr/inflector, branch: master
Development Dependencies
- spec2*github: waterlink/spec2.cr, branch: masterdev
README
Azu CLI
Production-ready CLI for the Azu Toolkit.
A Rails-like command-line interface for Crystal that provides database management, code generation, hot reloading, and comprehensive development tools.
Features
- Rails-Like Workflows - Complete database management, generators, and development tools
- Hot Reloading - Development server with automatic recompilation
- 25+ Commands - Comprehensive CLI for all development tasks
- 12+ Generators - Scaffold models, endpoints, services, jobs, and more
- CQL ORM Integration - Full support for CQL database operations
- JoobQ Integration - Background job management and monitoring
- Authentication - Complete auth system generation (JWT/Session)
Installation
git clone https://github.com/azutoolkit/azu_cli
cd azu_cli
shards install
shards build
sudo make install
Quick Start
# Create a new project
azu new my_app --database postgres
# Navigate and setup
cd my_app
azu db:create
azu db:migrate
# Generate a resource
azu generate scaffold Post title:string content:text published:bool
# Run migration and start server
azu db:migrate
azu serve
Visit http://localhost:4000/posts to see your application.
Core Commands
| Category | Commands |
| ---------- | -------------------------------------------------- |
| Project | new, init, generate |
| Database | db:create, db:migrate, db:rollback, db:seed|
| Development| serve, test |
| Jobs | jobs:worker, jobs:status, jobs:ui |
| Session | session:setup, session:clear |
Generators
azu generate model User name:string email:string
azu generate endpoint api/v1/users --api
azu generate scaffold Product name:string price:float64
azu generate auth --strategy jwt
azu generate job SendEmail user_id:int64
Documentation
Contributing
- Fork it (https://github.com/azutoolkit/azu_cli/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Elias J. Perez - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.10- Tagged
- Jan 19, 2026
- Commit
904dad69a775- Crystal
1.16.3- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/azutoolkit/azu_cli
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 12