(serviceName: string, env: EnvName)
| 1826 | } |
| 1827 | |
| 1828 | export function instanceIdFor(serviceName: string, env: EnvName): string { |
| 1829 | return getEnvCfg(serviceName, getEntry(serviceName), env).instanceId; |
| 1830 | } |
| 1831 | |
| 1832 | export function listServiceNames(): string[] { |
| 1833 | return Object.keys(SERVICES).sort(); |
searching dependent graphs…