2323
2424
2525COMMAND 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
2828TOP-LEVEL OPTIONS:
2929 -h, --help show this help message and exit
@@ -51,7 +51,7 @@ dns Operations related to the Domain Name Service
5151faucet Get xEGLD on Devnet or Testnet
5252multisig Deploy and interact with the Multisig Smart Contract
5353governance 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.
5555get 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
56425642Configure MultiversX CLI to use specific environment values.
56435643
@@ -5651,72 +5651,74 @@ OPTIONS:
56515651COMMANDS summary
56525652----------------
56535653new Creates a new environment and sets it as the active environment.
5654- get Gets an env value from the active environment.
5655- set Sets an env value for the active environment.
5654+ get Gets an env value from the specified environment.
5655+ set Sets an env value for the specified environment.
56565656dump Dumps the active environment.
5657- delete Deletes an env value from the active environment.
5657+ delete Deletes an env value from the specified environment.
56585658switch Switch to a different environment.
56595659list List available environments
5660- remove Deletes an environment from the env file. Will switch to default env.
5660+ remove Deletes an environment from the env file. Use `mxpy config-env switch` to move to another env.
56615661reset 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
56715671Creates a new environment and sets it as the active environment.
56725672
56735673positional arguments:
5674- name the name of the configuration entry
5674+ name the name of the new environment
56755675
56765676options:
56775677 -h, --help show this help message and exit
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
5688- Sets an env value for the active environment.
5688+ Sets an env value for the specified environment.
56895689
56905690positional arguments:
56915691 name the name of the configuration entry
56925692 value the new value
56935693
56945694options:
56955695 -h, --help show this help message and exit
5696+ --env ENV the name of the environment to operate on
56965697
56975698```
5698- ### Environment .Get
5699+ ### ConfigEnv .Get
56995700
57005701
57015702```
5702- $ mxpy env get --help
5703- usage: mxpy env get [-h] ...
5703+ $ mxpy config- env get --help
5704+ usage: mxpy config- env get [-h] ...
57045705
5705- Gets an env value from the active environment.
5706+ Gets an env value from the specified environment.
57065707
57075708positional arguments:
57085709 name the name of the configuration entry
57095710
57105711options:
57115712 -h, --help show this help message and exit
5713+ --env ENV the name of the environment to operate on
57125714
57135715```
5714- ### Environment .Dump
5716+ ### ConfigEnv .Dump
57155717
57165718
57175719```
5718- $ mxpy env dump --help
5719- usage: mxpy env dump [-h] ...
5720+ $ mxpy config- env dump --help
5721+ usage: mxpy config- env dump [-h] ...
57205722
57215723Dumps the active environment.
57225724
@@ -5725,57 +5727,53 @@ options:
57255727 --default dumps the default environment instead of the active one.
57265728
57275729```
5728- ### Environment .Switch
5730+ ### ConfigEnv .Switch
57295731
57305732
57315733```
5732- $ mxpy env switch --help
5733- usage: mxpy env switch [-h] ...
5734+ $ mxpy config- env switch --help
5735+ usage: mxpy config- env switch [-h] ...
57345736
57355737Switch to a different environment.
57365738
5737- positional arguments:
5738- name the name of the configuration entry
5739-
57405739options:
57415740 -h, --help show this help message and exit
5741+ --env ENV the name of the environment to operate on
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
57515751List available environments
57525752
57535753options:
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
5764- Deletes an environment from the env file. Will switch to default env.
5765-
5766- positional arguments:
5767- environment The environment to remove from env file.
5764+ Deletes an environment from the env file. Use `mxpy config-env switch` to move to another env.
57685765
57695766options:
5770- -h, --help show this help message and exit
5767+ -h, --help show this help message and exit
5768+ --env ENV the name of the environment to operate on
57715769
57725770```
5773- ### Environment .Reset
5771+ ### ConfigEnv .Reset
57745772
57755773
57765774```
5777- $ mxpy env reset --help
5778- usage: mxpy env reset [-h] ...
5775+ $ mxpy config- env reset --help
5776+ usage: mxpy config- env reset [-h] ...
57795777
57805778Deletes the environment file. Default env will be used.
57815779
0 commit comments