@@ -249,7 +249,7 @@ Run docker-compose.yaml using docker compose and set up provider using all the o
249249
250250```
251251USAGE
252- $ fluence local up [--no-input] [--servers <value>] [--timeout <value>] [--priv-key <private-key>]
252+ $ fluence local up [--no-input] [--peers <value>] [--timeout <value>] [--priv-key <private-key>]
253253 [--quiet-pull] [-d] [--build] [--flags <--flag arg>] [-r] [--no-wait] [--no-set-up]
254254
255255FLAGS
@@ -262,11 +262,11 @@ FLAGS
262262 --no-set-up Don't set up provider, offer, commitments and deposit collateral, so there will be no
263263 active offer on the network after command is finished
264264 --no-wait Don't wait for services to be running|healthy
265+ --peers=<value> Number of peers to generate when a new provider.yaml is created
265266 --priv-key=<private-key> !WARNING! for debug purposes only. Passing private keys through flags is unsecure. On
266267 local env 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 is used by
267268 default when CLI is used in non-interactive mode
268269 --quiet-pull Pull without printing progress information
269- --servers=<value> Number of servers to generate when a new provider.yaml is created
270270 --timeout=<value> [default: 120] Timeout in seconds for attempting to register local network on local
271271 peers
272272
@@ -590,7 +590,7 @@ FLAGS
590590 --env=<testnet | mainnet | stage | local> Fluence Environment to use when running the command
591591 --no-input Don't interactively ask for any input from the user
592592 --no-withdraw Is used only when --reset-peer-secrets flag is present. Will not withdraw
593- tokens from noxes (if you don't need it or it fails for some reason)
593+ tokens from peers (if you don't need it or it fails for some reason)
594594 --priv-key=<private-key> !WARNING! for debug purposes only. Passing private keys through flags is
595595 unsecure. On local env
596596 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 is used
@@ -610,7 +610,7 @@ _See code: [src/commands/provider/gen.ts](https://github.com/fluencelabs/cli/blo
610610
611611## ` fluence provider info `
612612
613- Print nox signing wallets and peer ids. Alias: fluence provider i
613+ Print peer signing wallets and peer ids. Alias: fluence provider i
614614
615615```
616616USAGE
@@ -632,7 +632,7 @@ FLAGS
632632 by default when CLI is used in non-interactive mode
633633
634634DESCRIPTION
635- Print nox signing wallets and peer ids. Alias: fluence provider i
635+ Print peer signing wallets and peer ids. Alias: fluence provider i
636636```
637637
638638_ See code: [ src/commands/provider/info.ts] ( https://github.com/fluencelabs/cli/blob/fluence-cli-v0.22.0/src/commands/provider/info.ts ) _
@@ -643,18 +643,17 @@ Init provider config. Creates a provider.yaml file
643643
644644```
645645USAGE
646- $ fluence provider init [--no-input] [--servers <value>] [--env <testnet | mainnet | stage | local>] [--priv-key
647- <private-key>] [--no-vm]
646+ $ fluence provider init [--no-input] [--peers <value>] [--env <testnet | mainnet | stage | local>] [--priv-key
647+ <private-key>]
648648
649649FLAGS
650650 --env=<testnet | mainnet | stage | local> Fluence Environment to use when running the command
651651 --no-input Don't interactively ask for any input from the user
652- --no-vm Generate provider.yaml without vm configuration
652+ --peers=<value> Number of peers to generate when a new provider.yaml is created
653653 --priv-key=<private-key> !WARNING! for debug purposes only. Passing private keys through flags is
654654 unsecure. On local env
655655 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 is used
656656 by default when CLI is used in non-interactive mode
657- --servers=<value> Number of servers to generate when a new provider.yaml is created
658657
659658DESCRIPTION
660659 Init provider config. Creates a provider.yaml file
@@ -790,15 +789,15 @@ _See code: [src/commands/provider/register.ts](https://github.com/fluencelabs/cl
790789
791790## ` fluence provider tokens-distribute `
792791
793- Distribute FLT tokens to noxes . Alias: fluence provider td
792+ Distribute FLT tokens to peers . Alias: fluence provider td
794793
795794```
796795USAGE
797796 $ fluence provider tokens-distribute [--no-input] [--env <testnet | mainnet | stage | local>] [--priv-key <private-key>]
798797 [--peer-names <peer-1,peer-2>] [--offers <offer-1,offer-2>] [--amount <value>]
799798
800799FLAGS
801- --amount=<value> Amount of FLT tokens to distribute to noxes
800+ --amount=<value> Amount of FLT tokens to distribute to peers
802801 --env=<testnet | mainnet | stage | local> Fluence Environment to use when running the command
803802 --no-input Don't interactively ask for any input from the user
804803 --offers=<offer-1,offer-2> Comma-separated list of offer names. To use all of your offers: --offers
@@ -811,22 +810,22 @@ FLAGS
811810 by default when CLI is used in non-interactive mode
812811
813812DESCRIPTION
814- Distribute FLT tokens to noxes . Alias: fluence provider td
813+ Distribute FLT tokens to peers . Alias: fluence provider td
815814```
816815
817816_ See code: [ src/commands/provider/tokens-distribute.ts] ( https://github.com/fluencelabs/cli/blob/fluence-cli-v0.22.0/src/commands/provider/tokens-distribute.ts ) _
818817
819818## ` fluence provider tokens-withdraw `
820819
821- Withdraw FLT tokens from noxes . Alias: fluence provider tw
820+ Withdraw FLT tokens from peers . Alias: fluence provider tw
822821
823822```
824823USAGE
825824 $ fluence provider tokens-withdraw [--no-input] [--env <testnet | mainnet | stage | local>] [--priv-key <private-key>]
826825 [--peer-names <peer-1,peer-2>] [--offers <offer-1,offer-2>] [--amount <value>]
827826
828827FLAGS
829- --amount=<value> Amount of FLT tokens to withdraw from noxes . Use --amount max to withdraw
828+ --amount=<value> Amount of FLT tokens to withdraw from peers . Use --amount max to withdraw
830829 maximum possible amount
831830 --env=<testnet | mainnet | stage | local> Fluence Environment to use when running the command
832831 --no-input Don't interactively ask for any input from the user
@@ -840,7 +839,7 @@ FLAGS
840839 by default when CLI is used in non-interactive mode
841840
842841DESCRIPTION
843- Withdraw FLT tokens from noxes . Alias: fluence provider tw
842+ Withdraw FLT tokens from peers . Alias: fluence provider tw
844843```
845844
846845_ See code: [ src/commands/provider/tokens-withdraw.ts] ( https://github.com/fluencelabs/cli/blob/fluence-cli-v0.22.0/src/commands/provider/tokens-withdraw.ts ) _
0 commit comments