@flowscripter/dynamic-cli-framework-api
    Preparing search index...

    Interface StartupTaskContext

    Minimal, read-only view of the CLI's Context passed to a StartupTask.

    interface StartupTaskContext {
        cliConfig: CLIConfig;
        doesServiceExist(id: string): boolean;
        getServiceById(id: string): unknown;
    }
    Index
    cliConfig: CLIConfig