anzar-cli-0.9.18 is not a library.
Anzar CLI
Anzar is a lightweight authentication and authorization framework designed to run as a separate microservice. It provides tools to initialize, configure, and manage your project’s authentication system with ease.
Features
- Lightweight and modular
- Easy setup for any project
- Database schema generation and migration support
- Service status monitoring
- Simple CLI commands for developers
Installation
Install Anzar globally using npm (or your preferred package manager):
Usage
Anzar provides a command-line interface to manage your authentication service.
Commands
| Command | Description |
|---|---|
init |
Initialize Anzar for your project |
check |
Check current configuration and setup |
status |
Show Anzar service status |
generate |
Generate database schemas |
migrate |
Apply database migrations |
help |
Print this message or the help of a subcommand |
Options
| Option | Description |
|---|---|
-h, --help |
Print help |
-V, --version |
Print version |
Examples
Initialize a new Anzar project:
Check your current configuration:
Generate database schemas:
Apply pending migrations:
Show the current service status:
Get help for a specific command: