Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsartem authored and github-actions[bot] committed Dec 20, 2024
1 parent 352a32f commit 1e1cf9f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions packages/cli/package/docs/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* [`fluence autocomplete [SHELL]`](#fluence-autocomplete-shell)
* [`fluence chain info`](#fluence-chain-info)
* [`fluence default env [ENV]`](#fluence-default-env-env)
* [`fluence default peers [ENV]`](#fluence-default-peers-env)
* [`fluence help [COMMAND]`](#fluence-help-command)
* [`fluence local down`](#fluence-local-down)
* [`fluence local init`](#fluence-local-init)
Expand Down Expand Up @@ -110,29 +109,6 @@ EXAMPLES

_See code: [src/commands/default/env.ts](https://github.com/fluencelabs/cli/blob/fluence-cli-v0.22.0/src/commands/default/env.ts)_

## `fluence default peers [ENV]`

Print default Fluence network peer addresses

```
USAGE
$ fluence default peers [ENV] [--no-input]
ARGUMENTS
ENV Fluence Environment to use when running the command
FLAGS
--no-input Don't interactively ask for any input from the user
DESCRIPTION
Print default Fluence network peer addresses
EXAMPLES
$ fluence default peers
```

_See code: [src/commands/default/peers.ts](https://github.com/fluencelabs/cli/blob/fluence-cli-v0.22.0/src/commands/default/peers.ts)_

## `fluence help [COMMAND]`

Display help for fluence.
Expand Down

0 comments on commit 1e1cf9f

Please sign in to comment.