Reference

Methods

Invoke any app method directly.
remy-admin methods

An app's backend methods are reachable directly, without a frontend or an HTTP client in between. list reads what the live release exposes, straight from the deployed manifest, so the available surface is never a guess. invoke calls any method by id with a JSON input and returns its output, and can stream the response as it runs.

For methods gated by a role, invoke takes --roles or --user-id and routes through an impersonating path, so a role-locked method can be exercised as any user or role without editing the spec. It works the same from the terminal as it does from a script.

2 entries