
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
This provider is mainly used for ease of converting terraform programs to Pulumi. For standard use in Pulumi programs, please use your programming language's filesystem library.
The Archive resource provider for Pulumi lets you use Archive resources in your cloud programs. To use this package, please install the Pulumi CLI first.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/archive
or yarn
:
$ yarn add @pulumi/archive
To use from Python, install using pip
:
$ pip install pulumi_archive
To use from Go, use go get
to grab the latest version of the library:
$ go get github.com/pulumi/pulumi-archive/sdk
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Archive
FAQs
A Pulumi package for creating and managing Archive cloud resources.
We found that pulumi-archive demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.