Creates a new CLI client. This client will connect via Websockets to your custom client server instance. Once it picks up any change in the custom server's working directory, we will repack the server, upload it to the custom server instance and restart it. Every console.log output of your custom server instance will be sent back to the cli_client and printed on the console.

For configuration options see CliClientArgs

Hierarchy

  • CloudClient

Constructors

Properties

authToken: string
config: Partial<CloudConfig>
page?: PageClient
server?: ServerClient
subscription?: SubscriptionClient

Methods

  • Helper function to check the validity of the provided Wonderland API auth token

    Parameters

    • retry: number = 0

    Returns Promise<boolean>

Generated using TypeDoc