Skip to main content

Usage

phala runtime-config [cvm-id] [options]

Arguments

NameRequiredDescription
cvm-idNoCVM identifier (UUID, app_id, instance_id, or name). Uses linked CVM if omitted.

Options

FlagShortDefaultDescription
--interactive-ifalseInteractive CVM selection
--json-jfalseJSON output

Examples

Show runtime config by app ID:
$ phala runtime-config app_123
JSON output:
$ phala runtime-config app_123 --json
Interactive CVM selection:
$ phala runtime-config -i