diff --git a/packages/cli/package/docs/commands/README.md b/packages/cli/package/docs/commands/README.md index c6cc66a22..2c5acf70d 100644 --- a/packages/cli/package/docs/commands/README.md +++ b/packages/cli/package/docs/commands/README.md @@ -249,7 +249,7 @@ Run docker-compose.yaml using docker compose and set up provider using all the o ``` USAGE - $ fluence local up [--no-input] [--servers ] [--timeout ] [--priv-key ] + $ fluence local up [--no-input] [--peers ] [--timeout ] [--priv-key ] [--quiet-pull] [-d] [--build] [--flags <--flag arg>] [-r] [--no-wait] [--no-set-up] FLAGS @@ -262,11 +262,11 @@ FLAGS --no-set-up Don't set up provider, offer, commitments and deposit collateral, so there will be no active offer on the network after command is finished --no-wait Don't wait for services to be running|healthy + --peers= Number of peers to generate when a new provider.yaml is created --priv-key= !WARNING! for debug purposes only. Passing private keys through flags is unsecure. On local env 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 is used by default when CLI is used in non-interactive mode --quiet-pull Pull without printing progress information - --servers= Number of servers to generate when a new provider.yaml is created --timeout= [default: 120] Timeout in seconds for attempting to register local network on local peers @@ -590,7 +590,7 @@ FLAGS --env= Fluence Environment to use when running the command --no-input Don't interactively ask for any input from the user --no-withdraw Is used only when --reset-peer-secrets flag is present. Will not withdraw - tokens from noxes (if you don't need it or it fails for some reason) + tokens from peers (if you don't need it or it fails for some reason) --priv-key= !WARNING! for debug purposes only. Passing private keys through flags is unsecure. On local env 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 is used @@ -610,7 +610,7 @@ _See code: [src/commands/provider/gen.ts](https://github.com/fluencelabs/cli/blo ## `fluence provider info` -Print nox signing wallets and peer ids. Alias: fluence provider i +Print peer signing wallets and peer ids. Alias: fluence provider i ``` USAGE @@ -632,7 +632,7 @@ FLAGS by default when CLI is used in non-interactive mode DESCRIPTION - Print nox signing wallets and peer ids. Alias: fluence provider i + Print peer signing wallets and peer ids. Alias: fluence provider i ``` _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 ``` USAGE - $ fluence provider init [--no-input] [--servers ] [--env ] [--priv-key - ] [--no-vm] + $ fluence provider init [--no-input] [--peers ] [--env ] [--priv-key + ] FLAGS --env= Fluence Environment to use when running the command --no-input Don't interactively ask for any input from the user - --no-vm Generate provider.yaml without vm configuration + --peers= Number of peers to generate when a new provider.yaml is created --priv-key= !WARNING! for debug purposes only. Passing private keys through flags is unsecure. On local env 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 is used by default when CLI is used in non-interactive mode - --servers= Number of servers to generate when a new provider.yaml is created DESCRIPTION Init provider config. Creates a provider.yaml file @@ -790,7 +789,7 @@ _See code: [src/commands/provider/register.ts](https://github.com/fluencelabs/cl ## `fluence provider tokens-distribute` -Distribute FLT tokens to noxes. Alias: fluence provider td +Distribute FLT tokens to peers. Alias: fluence provider td ``` USAGE @@ -798,7 +797,7 @@ USAGE [--peer-names ] [--offers ] [--amount ] FLAGS - --amount= Amount of FLT tokens to distribute to noxes + --amount= Amount of FLT tokens to distribute to peers --env= Fluence Environment to use when running the command --no-input Don't interactively ask for any input from the user --offers= Comma-separated list of offer names. To use all of your offers: --offers @@ -811,14 +810,14 @@ FLAGS by default when CLI is used in non-interactive mode DESCRIPTION - Distribute FLT tokens to noxes. Alias: fluence provider td + Distribute FLT tokens to peers. Alias: fluence provider td ``` _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)_ ## `fluence provider tokens-withdraw` -Withdraw FLT tokens from noxes. Alias: fluence provider tw +Withdraw FLT tokens from peers. Alias: fluence provider tw ``` USAGE @@ -826,7 +825,7 @@ USAGE [--peer-names ] [--offers ] [--amount ] FLAGS - --amount= Amount of FLT tokens to withdraw from noxes. Use --amount max to withdraw + --amount= Amount of FLT tokens to withdraw from peers. Use --amount max to withdraw maximum possible amount --env= Fluence Environment to use when running the command --no-input Don't interactively ask for any input from the user @@ -840,7 +839,7 @@ FLAGS by default when CLI is used in non-interactive mode DESCRIPTION - Withdraw FLT tokens from noxes. Alias: fluence provider tw + Withdraw FLT tokens from peers. Alias: fluence provider tw ``` _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)_