Merge stable into develop - #1244
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>
Deploying infrahub-sdk-python with
|
| Latest commit: |
e8f2a73
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8703ebe7.infrahub-sdk-python.pages.dev |
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 stable into develop after merging pull request #1240.
Summary by cubic
Syncs the CLI help text fix from
stableintodevelopsoinfrahubctl schemashows complete descriptions forloadandcheck. Previously, descriptions were cut mid-sentence by Click’s default truncation; now explicitshort_helpstrings ensure full sentences in the CLI and generated docs. No functional changes to the commands.short_helpforloadandcheckininfrahub_sdk/ctl/schema.py.docs/docs/infrahubctl/infrahubctl-schema.mdxto match the corrected help text.Written for commit e8f2a73. Summary will update on new commits.