Shorten the number of steps to run pulumi up
#312
Labels
area/cli
Impacts the Pulumi CLI
awaiting-feedback
Blocked on input from the author
kind/enhancement
Improvements or new features
As I was testing
StatefulSet
I realized that my default when I want to "just try" something is to:kubectl apply -f
rather than to (e.g.):
pulumi new
.k8s.yaml.ConfigFile
for that file.pulumi up
It would be great to make it as easy to use Pulumi as it is to use
kubectl
. Some ideas off the top of the head:pulumi new
to take a file/URL to Kubernetes manifests which creates an app that points at the relevant YAML.pulumi convert
which will generate a "real" Pulumi program based on the YAML.cc @joeduffy @lukehoban @lblackstone
The text was updated successfully, but these errors were encountered: