[CLI-3777] Update the description of the --context-type flag for schema exporter to reflect current options
#3239
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.




Release Notes
Breaking Changes
New Features
Bug Fixes
--context-typeflag for the Cloudconfluent schema-registry exporter [create | update]commands to include the "default" optionChecklist
Whatsection below whether this PR applies to Confluent Cloud, Confluent Platform, or both.Test & Reviewsection below.Blast Radiussection below.What
Our public Cloud documentation lists "DEFAULT" as a valid
context-type: https://docs.confluent.io/cloud/current/sr/schema-linking.htmlThe backend also accepts this value. But our flag description only listed the other three, so this PR is to correct that.
Edit: Only implemented for Cloud; the On-Prem API documentation does not list "default" as an accepted option.
Blast Radius
Zero. This is a documentation change. The underlying functionality is unchanged.
References
Test & Review
Help menu:
Same for update:
Next, some sanity checking that this context type is accepted by the backend.
Create:
Create w/ an invalid context type to double check that the backend doesn't accept arbitrary values:
Update: