Overview
Thedzdk events command group allows you to discover and explore events in Dzaleka Refugee Camp. You can list events with filtering and pagination, and view detailed information about specific events.
Commands
dzdk events list
List available events with filtering, sorting, and pagination support.Options
Search term to filter events. Searches across title, description, and category fields.
Filter events by category name.
Filter by event status. Available values:
active, inactive, unknown.Sort results by field. Available values:
title, category, status.Sort order for results. Available values:
asc (ascending), desc (descending).Page number to view. Events are displayed 12 per page.
Examples
Output Format
The command displays a table with the following columns:- Title: Event name
- Date: Event date and time (YYYY-MM-DD HH:MM format)
- Location: Event location/venue
- Status: Event status (active, inactive, completed)
- Category: Event category
dzdk events get
Get detailed information for a specific event.Options
Event ID or slug to retrieve. This is a required parameter.
Examples
Output Format
Displays comprehensive event information including: Event Details- Title
- Description
- Start date and time
- End date and time (if applicable)
- Location/venue
- Category
- Organizer
- Status
- Tags
- Email address
- Phone number
- WhatsApp number (if available)
- Registration required (Yes/No)
- Registration URL
- Registration deadline (if applicable)
Pagination
All list commands display 12 items per page. Use the--page flag to navigate:
Filtering and Sorting
You can combine multiple filters and sorting options:Date Formatting
All event dates and times are displayed in the format:YYYY-MM-DD HH:MM
Example: 2026-03-15 14:30
Notes
- Search is case-insensitive and searches across title, description, and category
- Events can have optional end dates for multi-day events
- Registration information is displayed when available
- Contact information includes email, phone, and WhatsApp options
- Tags help categorize events for easier discovery