https://github.com/cloudy-sky-software/pulumi-doppler-native
A native Pulumi provider for Doppler -- a secret management platform -- generated from Doppler's OpenAPI spec. https://doppler.com
https://github.com/cloudy-sky-software/pulumi-doppler-native
Last synced: about 1 month ago
JSON representation
A native Pulumi provider for Doppler -- a secret management platform -- generated from Doppler's OpenAPI spec. https://doppler.com
- Host: GitHub
- URL: https://github.com/cloudy-sky-software/pulumi-doppler-native
- Owner: cloudy-sky-software
- License: apache-2.0
- Created: 2024-05-04T18:20:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-16T17:37:49.000Z (about 2 months ago)
- Last Synced: 2026-04-16T19:32:01.580Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 754 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `pulumictl` - A Swiss Army Knife for Pulumi Development
`pulumictl` is a utility CLI to support publishing Pulumi packages (providers, policy packs, etc.) This tool provides utility functions to replace shell scripts. If you are looking to author programs in Pulumi or find the Pulumi CLI & engine, visit [Pulumi docs](https://www.pulumi.com/docs) or [github.com/pulumi/pulumi](https://github.com/pulumi/pulumi) respectively.
## Usage
```
$ pulumictl --help
A swiss army knife for Pulumi development
Usage:
pulumictl [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
convert-version Convert versions
copyright Check copyright notices
cover Manipulate coverage profiles
create Create commands
dispatch Send a command dispatch event with a ref
download-binary Downloads a version of a specific binary
generate Runs code generator over a schema
get Get commands
help Help about any command
version Get the current version
winget-deploy Create a WinGet Deployment
Flags:
-D, --debug enable debug logging
-h, --help help for pulumictl
-t, --token string a github token to use for making API calls to GitHub.
Use "pulumictl [command] --help" for more information about a command.
```
## Installation
Add the Pulumi homebrew tap and install:
```bash
brew tap pulumi/tap
brew install pulumictl
```
Or download the binary directly from Github releases and place it in your `$PATH`