UNPKG

@pulumi/command

Version:

[![Actions Status](https://github.com/pulumi/pulumi-command/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-command/actions) [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://bad

26 lines 1.05 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.types = exports.remote = exports.local = exports.Provider = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); exports.Provider = null; utilities.lazyLoad(exports, ["Provider"], () => require("./provider")); // Export sub-modules: const local = require("./local"); exports.local = local; const remote = require("./remote"); exports.remote = remote; const types = require("./types"); exports.types = types; pulumi.runtime.registerResourcePackage("command", { version: utilities.getVersion(), constructProvider: (name, type, urn) => { if (type !== "pulumi:providers:command") { throw new Error(`unknown provider type ${type}`); } return new exports.Provider(name, undefined, { urn }); }, }); //# sourceMappingURL=index.js.map