• Execute CLI 2.0 commands. Installs a version of RubyCLI as a vendor dependency in a hidden folder in the system. User must have a valid ruby+bundler environment to run any command.

    Parameters

    • args: string[]

      List of argumets to execute. (ex: ['theme', 'pull']).

    • options: ExecCLI2Options = {}

      Options to customize the execution of cli2.

    Returns Promise<void>