Merge develop into infrahub-develop - #1245
Merged
Merged
Conversation
* fix: correct truncated help text for schema load/check commands Click's default short-help truncates at 45 chars when no explicit short_help is set, cutting "load" and "check" mid-sentence in the `infrahubctl schema` command list. Set explicit short_help strings so the generated docs read as complete sentences. * docs: add changelog entry for schema CLI help fix --------- Co-authored-by: Adam Byczkowski <adam@opsmill.com>
Merge stable into develop
Deploying infrahub-sdk-python with
|
| Latest commit: |
651e977
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cbf746e1.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://develop.infrahub-sdk-python.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## infrahub-develop #1245 +/- ##
=================================================
Coverage 85.18% 85.18%
=================================================
Files 147 147
Lines 15786 15786
Branches 2707 2707
=================================================
Hits 13447 13447
Misses 1673 1673
Partials 666 666
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
infrahub-github-bot-app
Bot
merged commit Aug 14, 2026
8f44e31
into
infrahub-develop
36 checks passed
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.
Merging develop into infrahub-develop after merging pull request #1244.
Summary by cubic
Fixes truncated short-help text for
infrahubctl schemacommandsloadandcheck, so help output and generated docs show full sentences instead of being cut mid-sentence. No command behavior or flags changed; only help text and docs.Review notes
infrahubctl schema --helpand confirmloadandcheckshow the new, complete short descriptions.docs/docs/infrahubctl/infrahubctl-schema.mdxreflects the same text.Written for commit 651e977. Summary will update on new commits.