cartesi / rollups-node

Reference implementation of the Cartesi Rollups Node
Apache License 2.0
23 stars 64 forks source link

[CLI] Adjust hierarchy of commands #516

Open marcelstanley opened 4 months ago

marcelstanley commented 4 months ago

📚 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