You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sphere-cli service golang --name UserService --package api.v1 --mod github.com/myorg/myproject
126
126
```
127
127
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
-
134
128
### `rename`
135
129
136
130
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