We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5589812 commit 91df863Copy full SHA for 91df863
cmd/teeserver/README.md
@@ -1,3 +1,8 @@
1
+# teeserver
2
+
3
+> [!WARNING]
4
+> The `teeserver` binary is for development and testing purposes only. It is not intended for production environments.
5
6
## Example Dev Workflow
7
8
> [!NOTE]
cmd/teeserver/main.go
@@ -19,8 +19,8 @@ func init() {
19
20
var rootCmd = &cobra.Command{
21
Use: "teeserver",
22
- Short: "Standalone TEE server and client",
23
- Long: `A standalone binary to run a TEE server or query its endpoints.`,
+ Short: "Standalone TEE server and client (development only)",
+ Long: `A standalone binary to run a TEE server or query its endpoints. NOTE: This binary is intended for development and testing purposes only.`,
24
}
25
26
func main() {
0 commit comments