Skip to content

Commit d4a6f72

Browse files
committed
updating documentation
1 parent b135421 commit d4a6f72

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

DOCS.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,7 @@ Fetches the latest version information from the configured container registries.
4242
#### ```neoctl bundle version```
4343
Displays the currently configured versions and the cached "recent" versions for Neo Core and Neo UI.
4444

45-
#### ```neoctl bundle configure```
46-
Sets the specific versions of Neo components to use for new instances.
4745

48-
**Usage:**
49-
```bash
50-
neoctl bundle configure [flags]
51-
neoctl bundle configure reset
52-
```
53-
54-
**Flags:**
55-
- ```--core <string>```: specific version tag for Neo Core.
56-
- ```--ui <string>```: specific version tag for Neo UI.
57-
58-
**Examples:**
59-
```bash
60-
# Use specific versions
61-
neoctl bundle configure --core 3.2.0 --ui 2.1.0
62-
63-
# Reset to defaults (use latest fetched)
64-
neoctl bundle configure reset
65-
```
6646

6747
---
6848

@@ -85,10 +65,12 @@ neoctl instance configure <name> [flags]
8565
- ```--cpu <string>```: CPU limit (default "4").
8666
- ```--memory <string>```: Memory limit (default "8G").
8767
- ```--gpu```: Enable GPU support (requires NVIDIA runtime).
68+
- ```--core <string>```: Specific Neo Core version (e.g. v1.2.3).
69+
- ```--ui <string>```: Specific Neo UI version (e.g. v1.2.3).
8870

8971
**Example:**
9072
```bash
91-
neoctl instance configure my-neo --port-ui 8090
73+
neoctl instance configure my-neo --port-ui 8090 --core v1.2.3
9274
```
9375

9476
#### ```neoctl instance start```

0 commit comments

Comments
 (0)