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
Copy file name to clipboardExpand all lines: auth/set_project.go
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ import (
19
19
typeSetProjectCmdstruct {
20
20
format.Writer`hidden:""`
21
21
Namestring`arg:"" help:"Name of the default project to be used." completion-predictor:"project_name"`
22
+
Forcebool`flag:"force" help:"Force setting the project even if it is not found. Required for APIServiceAccounts in sub-projects and APIServiceAccounts in the organization project without organization access."`
0 commit comments