LinuxCommandLibrary

pulumi-env

Manage Pulumi ESC environments and secrets

TLDR

Open environment in console

$ pulumi env open [org/env]
copy
Get environment value
$ pulumi env get [org/env] [key]
copy
Set environment value
$ pulumi env set [org/env] [key] [value]
copy
List environments
$ pulumi env ls
copy

SYNOPSIS

pulumi env command [options]

DESCRIPTION

pulumi env manages Pulumi ESC (Environments, Secrets, and Configuration). ESC provides centralized management of configuration and secrets across stacks and applications.

PARAMETERS

open name

Open environment in browser.
get name key
Get environment value.
set name key value
Set environment value.
ls
List environments.
init name
Initialize environment.
rm name
Remove environment.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community