Cli clean-ups
Table of Contents
This page is a capture in the discarded bucket of the product backlog. The idea is ruled out rather than deferred, and the file stays as the record of why.
- we still seem to support
--entity currencies. This should now be invalid. Done. - we are still exporting as JSON. We should instead allow CSV and XML exports only.
- add recipes for all commands.
- should be able to list all admin accounts.
- list command should support table output.
- is admin should be a bool:
--is-admin arg (=0) - add account duplicates logic. We should have a single service for this.
- split application into entities.
1. Why discarded
ores.cli retired on 2026-09-23 (story
Decommission ores.cli), so the
items about command syntax, output formats, list formatting and
splitting application.cpp target a component that no longer exists.
Two items were never CLI-specific. Listing admin accounts and detecting duplicate accounts are service-layer concerns that the shell reaches like any other client. They are not carried by this capture and should be filed on their own if they are still wanted.