Anchorage API reference
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • options: {
            accountId: string;
            apiToken: string;
            timeoutMs?: number;
            wranglerCommand?: readonly string[];
        }
        • ReadonlyaccountId: string
        • ReadonlyapiToken: string
        • Optional ReadonlytimeoutMs?: number

          Must remain below the fleet lease TTL so a command cannot outlive ownership.

        • Optional ReadonlywranglerCommand?: readonly string[]

      Returns WranglerCommandRunner

    Properties

    maxDurationMs: number

    Hard upper bound after which the command and its subprocess tree terminate.

    Methods