Skip to content

Commit 3f9bdf2

Browse files
committed
fix: Remove deprecated retags command and update documentation
1 parent 1dbe386 commit 3f9bdf2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/docs/components/sphere-cli.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ sphere-cli service golang --name <service-name> [--package <package-name>] [--mo
125125
sphere-cli service golang --name UserService --package api.v1 --mod github.com/myorg/myproject
126126
```
127127

128-
### `retags` (Deprecated)
129-
130-
> **Note**: This command is deprecated. Use [`protoc-gen-sphere-binding`](protoc-gen-sphere-binding) instead.
131-
132-
The `retags` command was used to inject struct tags into generated protobuf Go files, but this functionality has been moved to the more robust `protoc-gen-sphere-binding` plugin.
133-
134128
### `rename`
135129

136130
Renames the Go module path across the entire repository. This is useful when you need to change the module path after creating a project.

0 commit comments

Comments
 (0)