Among other things (details must follow), we should split the commands into what is public and what's only for internal use and normalize their usage and logging.
📈 Subtasks
[ ] Split commands into contexts
[ ] Normalize logging (use plain prints instead of slog for what is not verbose?). Relates to #448, somewhat
📚 Context
Review and organize commands available in the CLI in a consistent fashion. _Originally posted by @marcelstanley in https://github.com/cartesi/rollups-node/pull/512#discussion_r1674659321_
✔️ Solution
Among other things (details must follow), we should split the commands into what is public and what's only for internal use and normalize their usage and logging.
📈 Subtasks