Change oasis net add <name> <chain-context> <rpc-endpoint>
→ oasis net add <name> <rpc-endpoint> [chain-context]
#303
Labels
enhancement
New feature or request
When adding a network, support auto-detecting the chain context ID.
One possible solution would be to change the order of positional arguments:
to
and make the
chain-context
auto-detectable, if none provided. If one is provided, then keep the current "offline" behavior (useful for configuring the Oasis CLI upfront without network access).Related #284
The text was updated successfully, but these errors were encountered: