debug env
The proto debug env
command will print information about your current proto environment. Primarily
the store location, relevant file paths, and environment variables.
$ proto debug env
Store ─────────────────────────────────────────────────────────────────────
Root: /Users/name/.proto
Bins: /Users/name/.proto/bin
Shims: /Users/name/.proto/shims
Plugins: /Users/name/.proto/plugins
Tools: /Users/name/.proto/tools
Temp: /Users/name/.proto/temp
Environment ───────────────────────────────────────────────────────────────
Proto version: 0.44.0
Operating system: macos
Architecture: arm64
Config sources:
- /Users/name/Projects/example/.prototools
- /Users/name/.proto/.prototools
Virtual paths:
/userhome = /Users/name
/proto = /Users/name/.proto
/cwd = /Users/name/Projects/example
Environment variables:
PROTO_APP_LOG = proto=info,schematic=info,starbase=info,warpgate=info,extism::pdk=info
PROTO_HOME = /Users/name/.proto
PROTO_OFFLINE_TIMEOUT = 750
PROTO_VERSION = 0.44.0
Options
--json
- Print the list in JSON format.