Skip to content

mheers/pulumi-helper

Repository files navigation

Pulumi-Helper (ph)

Pulumi-Helper (ph) is a command line tool to help you manage your Pulumi workspaces and stacks.

Installation

Install from source

git clone
cd pulumi-helper
go install

Install from docker

docker pull mheers/pulumi-helper:latest

Install from go

go install github.com/mheers/pulumi-helper@latest

Usage

ph help

Use cases

  • List all stacks in a workspace
  • List all workspaces with their current stack and the last update time
  • Select a stack in a workspace

Write the current stack in your shell prompt

alias ph='pulumi-helper'
export PROMPT='$(ph st n -i)'$PROMPT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages