Skip to content

Commit bb06edd

Browse files
chore: remove solo init command references (#301)
`solo init` has been removed from the Solo CLI (deprecated since v0.85.0, removed in hiero-ledger/solo#5835). Remove references to it from the docs: - Remove the `init → init` migration table row (the command no longer exists) - Remove the `solo:init` task row from the Taskfile reference table The CLI reference page (generated from the Solo CLI help output) will automatically reflect the removal when the next docs build runs. Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a62b3f2 commit bb06edd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

content/en/docs/advanced-solo-setup/cli/cli-migrations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ For full current syntax and flags, see [Solo CLI Reference](/docs/advanced-solo-
2121

2222
| Legacy command | Current command |
2323
| --- | --- |
24-
| `init` | `init` |
2524
| `block node add` | `block node add` |
2625
| `block node destroy` | `block node destroy` |
2726
| `block node upgrade` | `block node upgrade` |

content/en/docs/advanced-solo-setup/customizing-solo-with-tasks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ Low-level tasks for managing clusters and network infrastructure:
295295
| `cluster:create` | Create a Kind (Kubernetes in Docker) cluster |
296296
| `cluster:destroy` | Delete the Kind cluster |
297297
| `solo:cluster:setup` | Setup cluster infrastructure and prerequisites |
298-
| `solo:init` | Initialize Solo (download tools and templates) |
299298
| `solo:deployment:create` | Create a new deployment configuration |
300299
| `solo:deployment:attach` | Attach an existing cluster to a deployment |
301300
| `solo:network:deploy` | Deploy the consensus network to the cluster |

0 commit comments

Comments
 (0)