Environment — first route
env://runtime/query/health
[]
System connector
Controlled env:// runtime configuration and secrets. A tellmesh capability pack adopted into urirun via its manifest (`urirun adopt-pack`): 9 env:// routes mapped 1:1 to bindings.v2, validated.
the tellmesh 'urienv' pack (GitHub) for real handlersenv://runtime/query/health
[]
curl -fsSL 'https://connect.ifuri.com/install?connectors=env' | bash
Ten connector jest planowany. Instalator jest widoczny na potrzeby projektowania kontraktu, ale wykonanie jest wyłączone, dopóki pakiet connectora nie będzie dostępny.
{
"id": "env",
"name": "Environment",
"status": "planned",
"uriSchemes": [
"env"
],
"routes": [
"env://runtime/query/health",
"env://runtime/query/list",
"env://runtime/config/query/startup",
"env://runtime/var/name/query/exists",
"env://runtime/var/name/query/value",
"env://runtime/secret/name/query/masked",
"env://runtime/secret/name/query/value",
"env://runtime/var/name/command/set",
"env://runtime/var/name/command/unset"
],
"install": {
"mode": "planned",
"pipSpec": "urienv"
},
"hubUrl": "https://connect.ifuri.com/connectors/env"
}