Update pkg/cmd/pulumi/preview.go

Co-authored-by: Alex Mullans <a.mullans@pulumi.com>
This commit is contained in:
Fraser Waters 2021-11-19 14:24:47 +00:00 committed by GitHub
parent 9032552d69
commit b3d8cd9870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,8 +237,8 @@ func newPreviewCmd() *cobra.Command {
"Config keys contain a path to a property in a map or list to set")
if hasExperimentalCommands() {
cmd.PersistentFlags().StringVar(
&planFilePath, "save-constraints", "",
"Save the operations proposed by the preview to a constraints file at the given path")
&planFilePath, "save-plan", "",
"Save the operations proposed by the preview to a plan file at the given path")
}
cmd.Flags().BoolVarP(
&showSecrets, "show-secrets", "", false, "Emit secrets in plaintext in the plan file. Defaults to `false`")