fusion_use_pod
Bind your session to a specific pod so all subsequent queries run against that environment. Switches config, credentials, reports, and fixtures in one move, keeping data context consistent until you switch again.
Instructions
Bind this session to one pod: every later call runs against it.
Switches config, credentials, report registry, fixtures, audit log and
docs snapshot to the named pod in one move, and stays in effect until the
session ends or this is called again. Schema knowledge does NOT carry
across pods -- releases and customizations (DFFs, custom objects) differ,
so re-verify anything pod-specific after a switch. Every data-bearing
response echoes the active pod in its pod field.
Args:
pod: Directory name under pods/, e.g. test or prod.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pod | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||