You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* tfx workspace cv list, "workspaceName" to "workspace-name"
* tfx release list (tfe and replicated), added `--all` flag
* tfx registry list (module and provider), added `--max-items` and `--all` flags
* fixed bug with registry module version create when the module did not exist
planCmd.Flags().Bool("speculative", false, "Perform a Speculative Plan (optional)")
65
65
planCmd.Flags().Bool("destroy", false, "Perform a Destroy Plan (optional)")
66
-
planCmd.Flags().StringSlice("env", []string{}, "Environment variables to write to the Workspace. Can be suplied multiple times. (optional, i.e. '--env='AWS_REGION=us-east1')")
67
-
planCmd.MarkFlagRequired("workspaceName")
66
+
planCmd.Flags().StringSlice("env", []string{}, "Environment variables to write to the Workspace. Can be supplied multiple times. (optional, i.e. '--env='AWS_REGION=us-east1')")
67
+
planCmd.MarkFlagRequired("workspace-name")
68
68
69
-
planExportCmd.Flags().StringP("planId", "i", "", "Plan Id (i.e. plan-*)")
69
+
planExportCmd.Flags().StringP("plan-id", "i", "", "Plan Id (i.e. plan-*)")
70
70
planExportCmd.Flags().StringP("directory", "d", "", "Directory to download export to (optional, defaults to a temp directory)")
0 commit comments