Skip to content

Commit cdf9799

Browse files
JoeKarlssonclaude
andauthored
fix: Correct --offline flag reference to --disable-ai in init error message (#22357)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0efa54e commit cdf9799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/cmd/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func initCmd(cmd *cobra.Command, args []string) (initCommandError error) {
308308
fmt.Println()
309309
}
310310
} else if (user == nil || team == "") && source == "" && destination == "" && !disableAI {
311-
return errors.New("authentication required for interactive mode. Please run `cloudquery login` first, or supply source and destination plugins, or else use the --offline flag to run basic interactive mode")
311+
return errors.New("authentication required for interactive mode. Please run `cloudquery login` first, or supply source and destination plugins, or else use the --disable-ai flag to run basic interactive mode")
312312
}
313313

314314
fmt.Println("Fetching plugins...")

0 commit comments

Comments
 (0)