Overview
Thedzdk resources command group allows you to discover, view, and download digital resources from the Dzaleka archive. Resources include documents, educational materials, reports, and other digital files.
Commands
dzdk resources list
List available resources with pagination support.Options
Page number to view. Resources are displayed 12 per page.
Examples
Output Format
The command displays a table with the following columns:- Title: Resource title (clickable link to resource URL if available)
- Category: Resource category
- Author: Resource author name
- Date: Publication date (YYYY-MM-DD format)
- File Type: File format (e.g., PDF, DOCX, etc.)
dzdk resources get
Get detailed information for a specific resource.Options
Resource ID or slug to retrieve. This is a required parameter.
Examples
Output Format
Displays comprehensive resource information including: Resource Details- Title
- Description
- Category
- Author
- Publication date (YYYY-MM-DD format)
- Last updated date (YYYY-MM-DD format)
- File type/format
- File size
- Languages available
- Download URL
- Resource URL (web viewing link)
dzdk resources fetch
Download a resource file to your local system.Options
Resource ID or slug to download. This is a required parameter.
Output filename for the downloaded resource. This is a required parameter.
Examples
Download Process
- Fetches resource details to get download URL
- Displays progress during download
- Saves file to specified output path
- Shows confirmation message with file location
Output
Displays:- Download progress with spinner
- Success confirmation
- Output file path
Pagination
Resource list commands display 12 items per page. Use the--page flag to navigate:
Resource Categories
Resources can include various categories such as:- Reports and documentation
- Educational materials
- Research papers
- Community guides
- Policy documents
- Training materials
File Types
The system supports various file formats including:- PDF documents
- Word documents (DOCX, DOC)
- Excel spreadsheets (XLSX, XLS)
- PowerPoint presentations (PPTX, PPT)
- Text files
- Images
- And more
Use Cases
Browse Available Resources
View Resource Details
Download Resources
Notes
- Resource titles in the list view are clickable links when viewed in supported terminals
- File size and format information helps plan downloads
- Multiple languages may be available for some resources
- Download URLs are validated before fetching
- Progress indicators show download status
- Resources include metadata like author and publication date
- Last updated date shows when the resource was most recently modified