fix: Correct --offline flag reference to --disable-ai in init error message#22357
Merged
JoeKarlsson merged 1 commit intomainfrom Mar 26, 2026
Merged
fix: Correct --offline flag reference to --disable-ai in init error message#22357JoeKarlsson merged 1 commit intomainfrom
JoeKarlsson merged 1 commit intomainfrom
Conversation
…ror message The error message for unauthenticated interactive mode referenced a non-existent --offline flag. The actual flag is --disable-ai. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
erezrokah
approved these changes
Mar 26, 2026
Member
|
You might need to run the CLI |
Contributor
Author
|
@erezrokah - You sure make gen are relevant to this fix? The generated docs and schema weren't affected by the error message change (as expected — it's a runtime string, not a flag description). |
Member
Ah true it's only an error it's not in the docs, I stand corrected |
kodiakhq bot
pushed a commit
that referenced
this pull request
Mar 27, 2026
🤖 I have created a release *beep* *boop* --- ## [6.35.3](cli-v6.35.2...cli-v6.35.3) (2026-03-27) ### Bug Fixes * Correct --offline flag reference to --disable-ai in init error message ([#22357](#22357)) ([cdf9799](cdf9799)) * **deps:** Update module github.com/buger/jsonparser to v1.1.2 [SECURITY] ([#22325](#22325)) ([816b4a0](816b4a0)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.9 ([#22352](#22352)) ([a98a303](a98a303)) * **deps:** Update module github.com/cloudquery/codegen to v0.4.0 ([#22347](#22347)) ([782290d](782290d)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.10 ([#22317](#22317)) ([3302565](3302565)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.11 ([#22343](#22343)) ([f435d9d](f435d9d)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.9 ([#22315](#22315)) ([683717b](683717b)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.6 ([#22318](#22318)) ([ddde2f0](ddde2f0)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.7 ([#22338](#22338)) ([5d71062](5d71062)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.95.0 ([#22354](#22354)) ([35ed376](35ed376)) * **deps:** Update module google.golang.org/grpc to v1.79.3 [SECURITY] ([#22249](#22249)) ([6f13828](6f13828)) * Update old subdomain URLs to new path-based domains ([#22319](#22319)) ([a7cec25](a7cec25)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cloudquery initerror message for unauthenticated interactive mode referenced a non-existent--offlineflaginit.gois--disable-aiTest plan
--disable-aicloudquery initwithout authentication and without--disable-aito confirm the updated message appears🤖 Generated with Claude Code