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(lifecycleStateFlag, "active", "Filter by lifecycle state")
107
110
cmd.Flags().String(parentIdFlag, "", "Filter by parent identifier")
108
111
cmd.Flags().Var(flags.UUIDSliceFlag(), projectIdLikeFlag, "Filter by project identifier. Multiple project IDs can be provided, but they need to belong to the same parent resource")
109
112
cmd.Flags().String(memberFlag, "", "Filter by member. The list of projects of which the member is part of will be shown")
0 commit comments