Skip to content

Commit 9742630

Browse files
committed
generate CLI file
1 parent 2ccbda5 commit 9742630

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

CLI.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See:
2323
2424
2525
COMMAND GROUPS:
26-
{config-wallet,contract,tx,validator,ledger,wallet,validator-wallet,deps,config,localnet,data,staking-provider,dns,faucet,multisig,governance,env,get}
26+
{config-wallet,contract,tx,validator,ledger,wallet,validator-wallet,deps,config,localnet,data,staking-provider,dns,faucet,multisig,governance,config-env,get}
2727
2828
TOP-LEVEL OPTIONS:
2929
-h, --help show this help message and exit
@@ -51,7 +51,7 @@ dns Operations related to the Domain Name Service
5151
faucet Get xEGLD on Devnet or Testnet
5252
multisig Deploy and interact with the Multisig Smart Contract
5353
governance Propose, vote and interact with the governance contract.
54-
env Configure MultiversX CLI to use specific environment values.
54+
config-env Configure MultiversX CLI to use specific environment values.
5555
get Get info from the network.
5656
5757
```
@@ -5632,12 +5632,12 @@ options:
56325632
--proxy PROXY 🔗 the URL of the proxy
56335633
56345634
```
5635-
## Group **Environment**
5635+
## Group **ConfigEnv**
56365636

56375637

56385638
```
5639-
$ mxpy env --help
5640-
usage: mxpy env COMMAND [-h] ...
5639+
$ mxpy config-env --help
5640+
usage: mxpy config-env COMMAND [-h] ...
56415641
56425642
Configure MultiversX CLI to use specific environment values.
56435643
@@ -5661,12 +5661,12 @@ remove Deletes an environment from the env file. Will sw
56615661
reset Deletes the environment file. Default env will be used.
56625662
56635663
```
5664-
### Environment.New
5664+
### ConfigEnv.New
56655665

56665666

56675667
```
5668-
$ mxpy env new --help
5669-
usage: mxpy env new [-h] ...
5668+
$ mxpy config-env new --help
5669+
usage: mxpy config-env new [-h] ...
56705670
56715671
Creates a new environment and sets it as the active environment.
56725672
@@ -5678,12 +5678,12 @@ options:
56785678
--template TEMPLATE an environment from which to create the new environment
56795679
56805680
```
5681-
### Environment.Set
5681+
### ConfigEnv.Set
56825682

56835683

56845684
```
5685-
$ mxpy env set --help
5686-
usage: mxpy env set [-h] ...
5685+
$ mxpy config-env set --help
5686+
usage: mxpy config-env set [-h] ...
56875687
56885688
Sets an env value for the active environment.
56895689
@@ -5695,12 +5695,12 @@ options:
56955695
-h, --help show this help message and exit
56965696
56975697
```
5698-
### Environment.Get
5698+
### ConfigEnv.Get
56995699

57005700

57015701
```
5702-
$ mxpy env get --help
5703-
usage: mxpy env get [-h] ...
5702+
$ mxpy config-env get --help
5703+
usage: mxpy config-env get [-h] ...
57045704
57055705
Gets an env value from the active environment.
57065706
@@ -5711,12 +5711,12 @@ options:
57115711
-h, --help show this help message and exit
57125712
57135713
```
5714-
### Environment.Dump
5714+
### ConfigEnv.Dump
57155715

57165716

57175717
```
5718-
$ mxpy env dump --help
5719-
usage: mxpy env dump [-h] ...
5718+
$ mxpy config-env dump --help
5719+
usage: mxpy config-env dump [-h] ...
57205720
57215721
Dumps the active environment.
57225722
@@ -5725,12 +5725,12 @@ options:
57255725
--default dumps the default environment instead of the active one.
57265726
57275727
```
5728-
### Environment.Switch
5728+
### ConfigEnv.Switch
57295729

57305730

57315731
```
5732-
$ mxpy env switch --help
5733-
usage: mxpy env switch [-h] ...
5732+
$ mxpy config-env switch --help
5733+
usage: mxpy config-env switch [-h] ...
57345734
57355735
Switch to a different environment.
57365736
@@ -5741,25 +5741,25 @@ options:
57415741
-h, --help show this help message and exit
57425742
57435743
```
5744-
### Environment.List
5744+
### ConfigEnv.List
57455745

57465746

57475747
```
5748-
$ mxpy env list --help
5749-
usage: mxpy env list [-h] ...
5748+
$ mxpy config-env list --help
5749+
usage: mxpy config-env list [-h] ...
57505750
57515751
List available environments
57525752
57535753
options:
57545754
-h, --help show this help message and exit
57555755
57565756
```
5757-
### Environment.Remove
5757+
### ConfigEnv.Remove
57585758

57595759

57605760
```
5761-
$ mxpy env remove --help
5762-
usage: mxpy env remove [-h] ...
5761+
$ mxpy config-env remove --help
5762+
usage: mxpy config-env remove [-h] ...
57635763
57645764
Deletes an environment from the env file. Will switch to default env.
57655765
@@ -5770,12 +5770,12 @@ options:
57705770
-h, --help show this help message and exit
57715771
57725772
```
5773-
### Environment.Reset
5773+
### ConfigEnv.Reset
57745774

57755775

57765776
```
5777-
$ mxpy env reset --help
5778-
usage: mxpy env reset [-h] ...
5777+
$ mxpy config-env reset --help
5778+
usage: mxpy config-env reset [-h] ...
57795779
57805780
Deletes the environment file. Default env will be used.
57815781

0 commit comments

Comments
 (0)