We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df98077 commit 3d7b4daCopy full SHA for 3d7b4da
1 file changed
README.md
@@ -16,11 +16,11 @@ npm install -g @ethersphere/bee-factory
16
## Usage
17
18
```sh
19
-bee-factory start # Start the stack (uses bundled snapshot for fast boot)
20
-bee-factory start --fresh # Redeploy contracts from scratch, save new snapshot
21
-bee-factory start --tag v2.5.0 # Build Bee from a specific git ref (default: master)
+bee-factory start # Start the stack (uses bundled snapshot for fast boot)
+bee-factory start --fresh # Redeploy contracts from scratch, save new snapshot
+bee-factory start --tag v2.7.1 # Build Bee from a specific git ref (default: master)
22
23
-bee-factory stop # Stop and remove all containers
+bee-factory stop # Stop and remove all containers
24
```
25
26
## Endpoints
0 commit comments