Skip to content

Replace oasis-node with Oasis CLI in Run Node chapter #505

@matevz

Description

@matevz

Followup to #399

There will always be:

  1. oasis-node specific features (i.e. running the actual node)
  2. Oasis CLI specific features or features that oasis-node shouldn't be used anymore for (e.g. wallets, addressbook, ParaTime specific txes, hw wallet)
  3. 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:

  1. leave oasis-node specific ones alone (perhaps revamp the $ADDR and other env variables)
  2. rewrite oasis-node command to Oasis CLI
  3. 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions