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
cmd.Flags().String("name", "", "Key Value instance name (generated if not provided)")
49
-
cmd.Flags().String("workspace", "", "Workspace ID or name. Defaults to the active workspace (set via 'render workspace set').")
50
-
cmd.Flags().String("project", "", "Project ID or name (optional). Scopes environment lookup; if the project has exactly one environment it is used automatically.")
51
-
cmd.Flags().String("environment", "", "Environment ID or name (optional). Example: Production or evm-abc123def456")
46
+
cmd.Flags().String("name", "", "Set the Key Value instance name (generated if not provided)")
47
+
cmd.Flags().String("workspace", "", "Set the workspace to create the Key Value in (ID or name). Defaults to the active workspace (set via 'render workspace set').")
48
+
cmd.Flags().String("project", "", "Scope environment lookup to a project (ID or name, optional); if the project has exactly one environment it is used automatically.")
49
+
cmd.Flags().String("environment", "", "Set the environment to create the Key Value in (ID or name, optional). Example: Production or evm-abc123def456")
52
50
53
51
cmd.Flags().String("plan", "",
54
-
"Plan name. Examples: free | starter | standard | pro | pro_plus. Account-specific plan names are accepted.")
52
+
"Set the plan to one of: free | starter | standard | pro | pro_plus. Custom enterprise plan names are also accepted.")
ipAllowListDesc:=`Replace the IP allow-list with the supplied entries (format: cidr=<range>,description=<label>). Repeat the flag for multiple entries.`
67
66
68
67
cmd.Flags().String("environment", "",
69
-
"Environment ID or name (optional). Narrows name lookup when the same Key Value name exists in multiple environments")
68
+
"Narrow lookup to an environment (ID or name, optional) when the same Key Value name exists in multiple environments")
70
69
71
70
cmd.Flags().String("name", "", "Rename the Key Value instance")
72
71
cmd.Flags().String("plan", "",
73
-
"Plan name. Examples: free | starter | standard | pro | pro_plus. Account-specific plan names are accepted")
72
+
"Set the plan to one of: free | starter | standard | pro | pro_plus. Custom enterprise plan names are also accepted.")
0 commit comments