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

    Interface SshExecutorGuestPaths

    Where the Edgible binaries live inside the guest an SshExecutor targets.

    interface SshExecutorGuestPaths {
        agentPathInGuest?: string;
        cliPathInGuest: string;
    }
    Index

    Properties

    agentPathInGuest?: string
    cliPathInGuest: string