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: cmd/describe.go
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,12 @@ func init() {
20
20
// when processing YAML template functions (!terraform.state, !terraform.output).
21
21
// By default, all describe commands execute YAML functions and Go templates unless
22
22
// disabled with --process-functions=false or --process-templates=false flags.
23
-
describeCmd.PersistentFlags().StringP("identity", "i", "", "Specify the identity to authenticate to before describing. Use without value to interactively select.")
24
-
25
-
// Set NoOptDefVal to enable optional flag value for interactive identity selection.
26
-
// When --identity is used without a value, it will receive IdentityFlagSelectValue.
returnnil, fmt.Errorf("%w: the --identity flag requires authentication to be configured in atmos.yaml with at least one identity", errUtils.ErrAuthNotConfigured)
147
-
}
148
-
149
-
// Create a ConfigAndStacksInfo for the auth manager to populate with AuthContext.
0 commit comments