Skip to content

Commit 91df863

Browse files
committed
Clarify that teeserver is for development and testing purposes
1 parent 5589812 commit 91df863

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

cmd/teeserver/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## Example Dev Workflow
27

38
> [!NOTE]

cmd/teeserver/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ func init() {
1919

2020
var rootCmd = &cobra.Command{
2121
Use: "teeserver",
22-
Short: "Standalone TEE server and client",
23-
Long: `A standalone binary to run a TEE server or query its endpoints.`,
22+
Short: "Standalone TEE server and client (development only)",
23+
Long: `A standalone binary to run a TEE server or query its endpoints. NOTE: This binary is intended for development and testing purposes only.`,
2424
}
2525

2626
func main() {

0 commit comments

Comments
 (0)