Difference between revisions of "Subnet-cli create --help"
Jump to navigation
Jump to search
(Created page with "{{lc}} * {{subnet-cli}}") |
|||
| Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
| + | <pre> | ||
| + | Sub-commands for creating resources | ||
| + | |||
| + | Usage: | ||
| + | subnet-cli create [command] | ||
| + | |||
| + | Available Commands: | ||
| + | VMID Creates a new encoded VMID from a string | ||
| + | blockchain Creates a blockchain | ||
| + | key Generates a private key | ||
| + | subnet Creates a subnet | ||
| + | |||
| + | Flags: | ||
| + | -h, --help help for create | ||
| + | -l, --ledger use ledger to sign transactions | ||
| + | --private-key-path string private key file path (default ".subnet-cli.pk") | ||
| + | --public-uri string URI for avalanche network endpoints (default "https://api.avax-test.network") | ||
| + | |||
| + | Global Flags: | ||
| + | --enable-prompt 'true' to enable prompt mode (default true) | ||
| + | --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 create [command] --help" for more information about a command. | ||
| + | </pre> | ||
Revision as of 12:41, 21 February 2023
Sub-commands for creating resources
Usage:
subnet-cli create [command]
Available Commands:
VMID Creates a new encoded VMID from a string
blockchain Creates a blockchain
key Generates a private key
subnet Creates a subnet
Flags:
-h, --help help for create
-l, --ledger use ledger to sign transactions
--private-key-path string private key file path (default ".subnet-cli.pk")
--public-uri string URI for avalanche network endpoints (default "https://api.avax-test.network")
Global Flags:
--enable-prompt 'true' to enable prompt mode (default true)
--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 create [command] --help" for more information about a command.
- Avalanche subnets:
subnet-cli [ create | status | wizard ]
Advertising: