Difference between revisions of "Avalanche --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{avalanche-cli}} * {{Avalanche}} Category:Crypto")
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
<pre>
 +
Avalanche-CLI is a command-line tool that gives developers access to
 +
everything Avalanche. This release specializes in helping developers
 +
build and test Subnets.
 +
 +
To get started, look at the documentation for the subcommands or jump right
 +
in with avalanche subnet create myNewSubnet.
 +
 +
Usage:
 +
  avalanche [command]
 +
 +
Available Commands:
 +
  help                  Help about any command
 +
  key                  Create and manage testnet signing keys
 +
  network              Manage locally deployed subnets
 +
  subnet                Create and deploy subnets
 +
  transaction          Sign and execute specific transactions
 +
 +
Flags:
 +
      --config string      config file (default is $HOME/.avalanche-cli.json)
 +
  -h, --help              help for avalanche
 +
      --log-level string  log level for the application (default "ERROR")
 +
  -v, --version            version for avalanche
 +
 +
Use "avalanche [command] --help" for more information about a command.
 +
</pre>
  
 
== See also ==
 
== See also ==

Revision as of 14:48, 3 March 2023

Avalanche-CLI is a command-line tool that gives developers access to
everything Avalanche. This release specializes in helping developers
build and test Subnets.

To get started, look at the documentation for the subcommands or jump right
in with avalanche subnet create myNewSubnet.

Usage:
  avalanche [command]

Available Commands:
  help                  Help about any command
  key                   Create and manage testnet signing keys
  network               Manage locally deployed subnets
  subnet                Create and deploy subnets
  transaction           Sign and execute specific transactions

Flags:
      --config string      config file (default is $HOME/.avalanche-cli.json)
  -h, --help               help for avalanche
      --log-level string   log level for the application (default "ERROR")
  -v, --version            version for avalanche

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

See also

Advertising: