pulumi newpulumi new aws-typescript
Keywords: new, create, project, template, initialize
pulumi uppulumi up
Keywords: up, deploy, apply, changes, infrastructure
pulumi previewpulumi preview
Keywords: preview, plan, changes, dry-run, diff
pulumi destroypulumi destroy --yes
Keywords: destroy, delete, remove, resources, cleanup
pulumi stackpulumi stack ls
Keywords: stack, environment, list, select, manage
pulumi stack initpulumi stack init production
Keywords: stack, init, create, environment, new
pulumi stack selectpulumi stack select staging
Keywords: stack, select, switch, environment, target
pulumi configpulumi config set aws:region us-west-2
Keywords: config, configuration, set, values, environment
pulumi config set --secretpulumi config set --secret dbPassword mySecretPassword
Keywords: config, secret, encrypt, password, sensitive
pulumi statepulumi state delete 'aws:s3/bucket:my-bucket'
Keywords: state, manage, export, import, delete
pulumi refreshpulumi refresh
Keywords: refresh, sync, state, current, provider
pulumi importpulumi import aws:s3/bucket:my-bucket existing-bucket-name
Keywords: import, existing, resources, adopt, infrastructure
pulumi exportpulumi stack export --file backup.json
Keywords: export, backup, state, json, migration
pulumi logspulumi logs --follow
Keywords: logs, history, events, follow, deployment
pulumi pluginpulumi plugin install resource aws v6.0.0
Keywords: plugin, provider, install, manage, version
pulumi policypulumi policy enable my-policy-pack latest
Keywords: policy, compliance, governance, standards, enforce
pulumi watchpulumi watch
Keywords: watch, automatic, continuous, deployment, files
pulumi cancelpulumi cancel
Keywords: cancel, stop, abort, update, deployment
pulumi whoamipulumi whoami
Keywords: whoami, user, identity, logged, cloud
pulumi loginpulumi login
Keywords: login, authenticate, cloud, backend, state