Difference between revisions of "Subnet-cli (unmantained)"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
* https://github.com/ava-labs/subnet-cli
 
* https://github.com/ava-labs/subnet-cli
  
 +
Installation:
 +
[[git clone]] https://github.com/ava-labs/subnet-cli.git;
 +
cd subnet-cli && [[go install -v]] .
 +
 +
 +
Commands
 +
  [[subnet-cli add]]        Sub-commands for creating resources
 +
  [[subnet-cli completion]]  Generate the autocompletion script for the specified shell
 +
  [[subnet-cli create]]      Sub-commands for creating resources
 +
  [[subnet-cli help]]        Help about any command
 +
  [[subnet-cli status]]      status commands
 +
  [[subnet-cli wizard]]      A magical command for creating an entire subnet
 +
 +
 +
 +
 +
<pre>
 +
subnet-cli CLI
 +
 +
Usage:
 +
  subnet-cli [command]
 +
 +
Available Commands:
 +
  add        Sub-commands for creating resources
 +
  completion  Generate the autocompletion script for the specified shell
 +
  create      Sub-commands for creating resources
 +
  help        Help about any command
 +
  status      status commands
 +
  wizard      A magical command for creating an entire subnet
 +
 +
Flags:
 +
      --enable-prompt              'true' to enable prompt mode (default true)
 +
  -h, --help                      help for subnet-cli
 +
      --log-level string          log level (default "info")
 +
      --poll-interval duration    interval to poll tx/blockchain status (default 1s)
 +
      --request-timeout duration  request timeout (default 2m0s)
 +
 +
Use "subnet-cli [command] --help" for more information about a command.
 +
</pre>
  
  
 
* [[Avalanche subnets]]
 
* [[Avalanche subnets]]
 +
* [[avalanchego]]
 +
* [[avalanche-cli]]
  
 
== See also ==
 
== See also ==
 +
* {{subnet-cli}}
 
* {{Avalanche}}
 
* {{Avalanche}}
  
 
[[Category:Avalanche]]
 
[[Category:Avalanche]]

Latest revision as of 15:18, 3 May 2024

Installation:

git clone https://github.com/ava-labs/subnet-cli.git;
cd subnet-cli && go install -v .


Commands

 subnet-cli add         Sub-commands for creating resources
 subnet-cli completion  Generate the autocompletion script for the specified shell
 subnet-cli create      Sub-commands for creating resources
 subnet-cli help        Help about any command
 subnet-cli status      status commands
 subnet-cli wizard      A magical command for creating an entire subnet



subnet-cli CLI

Usage:
  subnet-cli [command]

Available Commands:
  add         Sub-commands for creating resources
  completion  Generate the autocompletion script for the specified shell
  create      Sub-commands for creating resources
  help        Help about any command
  status      status commands
  wizard      A magical command for creating an entire subnet

Flags:
      --enable-prompt              'true' to enable prompt mode (default true)
  -h, --help                       help for subnet-cli
      --log-level string           log level (default "info")
      --poll-interval duration     interval to poll tx/blockchain status (default 1s)
      --request-timeout duration   request timeout (default 2m0s)

Use "subnet-cli [command] --help" for more information about a command.


See also[edit]

Advertising: