@edgible-team/sdk
    Preparing search index...

    Interface CommandExecutor

    Runs Edgible CLI invocations somewhere — on the host or inside a VM guest.

    interface CommandExecutor {
        execute(options: ExecuteOptions): Promise<CommandResult>;
        getGuestPaths?(): SshExecutorGuestPaths | undefined;
        getVm?(): VmExecHost | undefined;
    }

    Implemented by

    Index

    Methods