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
+16-9Lines changed: 16 additions & 9 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. Might be necessary if the CLI is used with an APIServiceAccount token."`
0 commit comments