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
**Always run this before creating probes.** It returns JSON by default, showing environments with active instances, tracer versions, and supported probe features. If the service runs in multiple environments, ask the user which one to target — don't guess.
73
+
**Always run this before creating probes.** It returns JSON by default (like all other commands) showing environments with active instances, tracer versions, and supported probe features. If the service runs in multiple environments, ask the user which one to target — don't guess.
74
74
75
75
```bash
76
-
# Full JSON output (default, avoid)
76
+
# Full JSON output (default)
77
77
pup debugger context my-service
78
78
79
-
# Compact: just the fields you need (preferably use this to avoid context bloat)
`TYPE:METHOD` pairs suitable for `--probe-location` in `pup debugger probes create`.
49
+
`TYPE:METHOD(arg1, arg2, ...)` signatures suitable for `--probe-location` in `pup debugger probes create`. Falls back to `TYPE:METHOD` when no argument info is available.
0 commit comments