-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Followup to #399
There will always be:
- oasis-node specific features (i.e. running the actual node)
- Oasis CLI specific features or features that oasis-node shouldn't be used anymore for (e.g. wallets, addressbook, ParaTime specific txes, hw wallet)
- common features (i.e. node status)
Run grep -R "oasis-node" docs/node and figure out which of the groups above would an action fall into.
Then, for each group above:
- leave oasis-node specific ones alone (perhaps revamp the
$ADDRand other env variables) - rewrite oasis-node command to Oasis CLI
- for features that are and will remain common to both tools, use a Tab view with both options (something like yarn vs npm vs pnpm)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request