summaryrefslogtreecommitdiff
path: root/rola-cli/locales
Commit message (Collapse)AuthorAgeFilesLines
* feat(rola-bucket): add bucket bind managementHEADmaster魏曹先生11 days3-0/+64
| | | | | Implement bucket bind CRUD operations and config loading, along with CLI integration for listing, setting, and removing bucket bindings.
* feat(bucket): implement bucket initialization and logging infrastructure魏曹先生11 days1-2/+175
| | | | | Add bucket init logic with directory structure creation and log macros for tracing
* fix: reject nested bucket creation inside existing bucket spaces魏曹先生12 days1-0/+4
|
* feat(rola-cli): implement bucket creation and CLI entry point魏曹先生12 days3-0/+119
Add bucket creation logic with pre-checks, localized error handling, and a basic CLI entry point using the mingling framework. Introduce a placeholder protocol for bucket transfer testing.