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
docs: fix CLI reference accuracy issues from cross-check
- Fix teleport serve: --listen-addr default to "localhost:9876" (not
"0.0.0.0"), --dblab-url to optional with default, --webhook-secret
to required (matches code)
- Remove incorrect --force flag from snapshot delete CLI docs — force
deletion is only available via API/UI, not CLI
- Fix init --token from required to optional (code doesn't enforce it)
https://claude.ai/code/session_011sPDgBjzL2N2X6jiYyoTjQ
Force deletion of snapshots with dependent clones is available through the API (`DELETE /snapshot/{id}?force=true`) or the UI, but is not currently supported via the CLI.
-`--environment-id` (string, required) - environment identifier used in Teleport resource names
701
697
-`--teleport-proxy` (string, required) - Teleport Auth Server or Proxy address (e.g., `teleport.example.com:3025`)
702
698
-`--teleport-identity` (string, required) - path to the Teleport bot identity file for authentication
703
-
-`--listen-addr` (string, optional, default: "0.0.0.0:9876") - address and port to listen for incoming webhooks
704
-
-`--dblab-url` (string, required) - DBLab API URL (e.g., `http://localhost:2345`)
699
+
-`--listen-addr` (string, optional, default: "localhost:9876") - address and port to listen for incoming webhooks. Use `0.0.0.0:9876` if the sidecar needs to be reachable from Docker containers.
700
+
-`--dblab-url` (string, optional, default: "http://localhost:2345") - DBLab API URL
0 commit comments