-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI Docs Consolidation and Update For E-Upgrade #1936
CLI Docs Consolidation and Update For E-Upgrade #1936
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ | ||
| SUBNET | CHAIN | VM ID | LOCAL NETWORK | FUJI (TESTNET) | MAINNET | | ||
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ | ||
| myblockchain | myblockchain | qDNV9vtxZYYNqm7TN1mYBuaaknLdefDbFK8bFmMLTJQJKaWjV | Yes | No | No | | ||
+--------------+--------------+---------------------------------------------------+---------------+ +---------+ | ||
| test | test | rX1atTpmvt7LHNzqWs9P2KQ66rNh4c7M4CkmYWbHcMaSB8mQN | No | | No | | ||
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ | |
| SUBNET | CHAIN | VM ID | LOCAL NETWORK | FUJI (TESTNET) | MAINNET | | |
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ | |
| myblockchain | myblockchain | qDNV9vtxZYYNqm7TN1mYBuaaknLdefDbFK8bFmMLTJQJKaWjV | Yes | No | No | | |
+--------------+--------------+---------------------------------------------------+---------------+ +---------+ | |
| test | test | rX1atTpmvt7LHNzqWs9P2KQ66rNh4c7M4CkmYWbHcMaSB8mQN | No | | No | | |
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ | |
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ | |
| SUBNET | CHAIN | VM ID | LOCAL NETWORK | FUJI (TESTNET) | MAINNET | | |
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ | |
| myblockchain | myblockchain | qDNV9vtxZYYNqm7TN1mYBuaaknLdefDbFK8bFmMLTJQJKaWjV | Yes | No | No | | |
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ | |
| test | test | rX1atTpmvt7LHNzqWs9P2KQ66rNh4c7M4CkmYWbHcMaSB8mQN | No | | No | | |
+--------------+--------------+---------------------------------------------------+---------------+----------------+---------+ |
New format on the CLI commands page is a downgrade from the current format, which has the headers and tables formatted with better readabililty. |
Redid the generation to better match current layout. Let me know what you think. |
- [`addValidator`](#blockchain-addvalidator): The blockchain addValidator command whitelists a primary network validator to | ||
validate the subnet of the provided deployed Blockchain. | ||
|
||
To add the validator to the Subnet's allow list, you first need to provide | ||
the blockchainName and the validator's unique NodeID. The command then prompts | ||
for the validation start time, duration, and stake weight. You can bypass | ||
these prompts by providing the values with flags. | ||
|
||
This command currently only works on Blockchains deployed to either the Fuji | ||
Testnet or Mainnet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [`addValidator`](#blockchain-addvalidator): The blockchain addValidator command whitelists a primary network validator to | |
validate the subnet of the provided deployed Blockchain. | |
To add the validator to the Subnet's allow list, you first need to provide | |
the blockchainName and the validator's unique NodeID. The command then prompts | |
for the validation start time, duration, and stake weight. You can bypass | |
these prompts by providing the values with flags. | |
This command currently only works on Blockchains deployed to either the Fuji | |
Testnet or Mainnet. | |
- [`addValidator`](#addvalidator): The blockchain addValidator command whitelists a primary network validator to | |
validate the subnet of the provided deployed Blockchain. | |
To add the validator to the Subnet's allow list, you first need to provide | |
the blockchainName and the validator's unique NodeID. The command then prompts | |
for the validation start time, duration, and stake weight. You can bypass | |
these prompts by providing the values with flags. | |
This command currently only works on Blockchains deployed to either the Fuji | |
Testnet or Mainnet. |
all the links on these Subcommands need correction
…-e-upgrade Signed-off-by: Owen <[email protected]>
No description provided.