Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Jul 30, 2024
1 parent ce9491e commit 8b3d406
Showing 1 changed file with 1 addition and 88 deletions.
89 changes: 1 addition & 88 deletions docs/tooling/avalanche-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ avalanche subnet removeValidator [subnetName] [flags]
--ledger-addrs strings use the given ledger addresses
--local remove validator in existing local deployment
--mainnet remove validator in existing mainnet deployment
--nodeID string node id of node to be added as validator in elastic subnet
--nodeID string set the NodeID of the validator to remove
--output-tx-path string file path of the removeValidator tx
--subnet-auth-keys strings control keys that will be used to authenticate removeValidator tx
--testnet remove validator in existing testnet deployment (alias for `fuji`)
Expand Down Expand Up @@ -521,93 +521,6 @@ The `subnet vmid` command prints the virtual machine ID (VMID) for the given Sub
avalanche subnet vmid [subnetName]
```
## Elastic Subnet
### Transforms permissioned Subnet into Elastic Subnet
This command transforms your permissioned Subnet into an Elastic Subnet (NOTE: this action is irreversible).
**Usage:**
```shell
avalanche subnet elastic [subnetName] [flags]
```
**Flags:**
```shell
--default If true, use default elastic subnet config values
--denonimation int specify the token denomination (for Fuji and Mainnet only)
--force If true, override transform into elastic subnet warning
--fuji elastic subnet transform existing fuji deployment (alias for `testnet`)
-k, --key string select the key to use [fuji only]
-g, --ledger use ledger instead of key (always true on mainnet, defaults to false on fuji)
--ledger-addrs strings use the given ledger addresses
--local elastic subnet transform existing local deployment
--mainnet elastic subnet transform existing mainnet deployment
--output-tx-path string file path of the transformSubnet tx
--stake-amount int amount of tokens to stake on validator
--staking-period string how long validator validates for after start time
--start-time string when validator starts validating (format as "2006-01-02 15:00:00")
--subnet-auth-keys strings control keys that will be used to authenticate transformSubnet tx
--testnet elastic subnet transform existing testnet deployment (alias for `fuji`)
--tokenName string specify the token name
--tokenSymbol string specify the token symbol
--transform-validators If true, transform validators to permissionless validators after elastic transform
```
### Add Permissionless Validator in an Elastic Subnet
This command adds a node as a permissionless validator in an Elastic Subnet.
**Usage:**
```shell
avalanche subnet join [subnetName] --elastic [flags]
```
**Flags:**
```shell
--fuji add permissionless validator in existing fuji deployment (alias for `testnet`)
-k, --key string select the key to use [fuji only]
-g, --ledger use ledger instead of key (always true on mainnet, defaults to false on fuji)
--ledger-addrs strings use the given ledger addresses
--local add permissionless validator in existing local deployment
--mainnet add permissionless validator in existing mainnet deployment
--nodeID string node id of node to be added as validator in elastic subnet
--stake-amount int amount of tokens to stake on validator
--staking-period string how long validator validates for after start time
--start-time string when validator starts validating (format as "2006-01-02 15:00:00")
--testnet add permissionless validator in existing testnet deployment (alias for `fuji`)
```
### Add Permissionless Delegator in an Elastic Subnet
This command delegates stake to a permissionless validator in an Elastic Subnet.
**Usage:**
```shell
avalanche subnet addPermissionlessDelegator [subnetName] [flags]
```
**Flags:**
```shell
--fuji add permissionless delegator in existing fuji deployment (alias for `testnet`)
-k, --key string select the key to use [fuji only]
-g, --ledger use ledger instead of key (always true on mainnet, defaults to false on fuji)
--ledger-addrs strings use the given ledger addresses
--local add permissionless delegator in existing local deployment
--mainnet add permissionless delegator in existing mainnet deployment
--nodeID string node id of node to be added as validator in elastic subnet
--stake-amount int amount of tokens to delegate to validator
--staking-period string how long to delegate for after start time
--start-time string when to starts delegating (format as "2006-01-02 15:00:00")
--testnet add permissionless delegator in existing testnet deployment (alias for `fuji`)
```
## Subnet Upgrade
The `subnet upgrade` command suite provides a collection of tools for
Expand Down

0 comments on commit 8b3d406

Please sign in to comment.