← Back to walkthrough
You're looking at a real harness artifact
Generated by ramp-kit all scenarios/cli-offline-contracts.yaml against ramp-cli source.
No Ramp credentials were used — this proves the JSON contract, not live API data.
✓
ALL_PASS
All 5 steps met contract expectations
Step passed all contract expectations.
uv run ramp --agent config list
stdout (truncated)
{
"schema_version": "1.0",
"data": [{ "key": "environment", "value": "production", "source": "default" }],
"pagination": null
}
Returns filesystem path to isolated test config.
uv run ramp --agent config path
Default environment exposed to agents in JSON envelope.
uv run ramp --agent env
Auth status works when logged out — isolated config, no real tokens.
uv run ramp --agent auth status
Logout when already logged out does not error — safe for agent loops.
uv run ramp --agent auth logout