pulumi-commandx


Namepulumi-commandx JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryA Pulumi component provider for creating statically typed `Command` resources.
upload_time2024-05-19 03:21:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi command category/utility kind/component
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pulumi Commandx

Mostly helper functions for creating statically typed `Command` resources.

## Development

Note that the generated provider plugin (`pulumi-resource-commandx`) must be on your `PATH` to be used by Pulumi deployments.

## Prerequisites

- Go 1.21
- Pulumi CLI
- Node.js (to build the Node.js SDK)
- Yarn (to build the Node.js SDK)
- Python 3.6+ (to build the Python SDK)
- .NET Core SDK (to build the .NET SDK)
- Gradle (to build the Java SDK)

## Build and Test

```bash
# Build and install the provider (plugin copied to ./bin)
make install_provider

# Regenerate schema, schema-types, and SDKs
make generate

# Test Node.js SDK
$ make install_nodejs_sdk
$ cd examples/simple-ts
$ yarn install
$ yarn link @unmango/pulumi-commandx
$ pulumi stack init test
$ pulumi up
```

## Naming

The `commandx` provider's plugin binary must be named `pulumi-resource-commandx` (in the format `pulumi-resource-<provider>`).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-commandx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, command, category/utility, kind/component",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/82/64/068116a7aea2b0f29c965f22227b7c5fe18cd20763c00314219d29b1a5e1/pulumi_commandx-0.1.2.tar.gz",
    "platform": null,
    "description": "# Pulumi Commandx\n\nMostly helper functions for creating statically typed `Command` resources.\n\n## Development\n\nNote that the generated provider plugin (`pulumi-resource-commandx`) must be on your `PATH` to be used by Pulumi deployments.\n\n## Prerequisites\n\n- Go 1.21\n- Pulumi CLI\n- Node.js (to build the Node.js SDK)\n- Yarn (to build the Node.js SDK)\n- Python 3.6+ (to build the Python SDK)\n- .NET Core SDK (to build the .NET SDK)\n- Gradle (to build the Java SDK)\n\n## Build and Test\n\n```bash\n# Build and install the provider (plugin copied to ./bin)\nmake install_provider\n\n# Regenerate schema, schema-types, and SDKs\nmake generate\n\n# Test Node.js SDK\n$ make install_nodejs_sdk\n$ cd examples/simple-ts\n$ yarn install\n$ yarn link @unmango/pulumi-commandx\n$ pulumi stack init test\n$ pulumi up\n```\n\n## Naming\n\nThe `commandx` provider's plugin binary must be named `pulumi-resource-commandx` (in the format `pulumi-resource-<provider>`).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi component provider for creating statically typed `Command` resources.",
    "version": "0.1.2",
    "project_urls": {
        "Repository": "https://github.com/UnstoppableMango/pulumi-commandx"
    },
    "split_keywords": [
        "pulumi",
        " command",
        " category/utility",
        " kind/component"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bf9f5085105dd12c0d485e14d952d0bfe4a1f5fbf454cd3792434327e9da35f",
                "md5": "9eb7ed888f32c8e8c2c35f34d0830cc0",
                "sha256": "5906ba3436f5dbcd387b63762c450bf5cd9165bb5b7927b541ce824203a70f8f"
            },
            "downloads": -1,
            "filename": "pulumi_commandx-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9eb7ed888f32c8e8c2c35f34d0830cc0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 65784,
            "upload_time": "2024-05-19T03:21:17",
            "upload_time_iso_8601": "2024-05-19T03:21:17.432653Z",
            "url": "https://files.pythonhosted.org/packages/8b/f9/f5085105dd12c0d485e14d952d0bfe4a1f5fbf454cd3792434327e9da35f/pulumi_commandx-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8264068116a7aea2b0f29c965f22227b7c5fe18cd20763c00314219d29b1a5e1",
                "md5": "9e9c1145371c357a1b65e1161ea0b21e",
                "sha256": "7dfa762939bd04d3f20319b40fccb03f77c9f836364869a5e81952a5bc55ff24"
            },
            "downloads": -1,
            "filename": "pulumi_commandx-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9e9c1145371c357a1b65e1161ea0b21e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 41700,
            "upload_time": "2024-05-19T03:21:18",
            "upload_time_iso_8601": "2024-05-19T03:21:18.972819Z",
            "url": "https://files.pythonhosted.org/packages/82/64/068116a7aea2b0f29c965f22227b7c5fe18cd20763c00314219d29b1a5e1/pulumi_commandx-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 03:21:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "UnstoppableMango",
    "github_project": "pulumi-commandx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-commandx"
}
        
Elapsed time: 0.26567s