Add known-key completion for neofs-adm fschain set-config - #4177
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Improve autocomplete for neofs-adm morph set-config
Add known-key completion for Sep 11, 2026
neofs-adm fschain set-config
roman-khimov
approved these changes
Sep 11, 2026
roman-khimov
requested changes
Sep 11, 2026
roman-khimov
left a comment
Member
There was a problem hiding this comment.
@copilot, add changelog entry
Contributor
Author
roman-khimov
approved these changes
Sep 11, 2026
roman-khimov
marked this pull request as ready for review
September 11, 2026 16:04
roman-khimov
requested review from
End-rey,
carpawell and
cthulhu-rider
as code owners
September 11, 2026 16:04
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4177 +/- ##
==========================================
- Coverage 31.17% 31.16% -0.01%
==========================================
Files 673 673
Lines 40778 40779 +1
==========================================
- Hits 12712 12710 -2
- Misses 28066 28069 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Co-authored-by: roman-khimov <22092804+roman-khimov@users.noreply.github.com>
Co-authored-by: Roman Khimov <roman@nspcc.ru>
roman-khimov
force-pushed
the
copilot/improve-autocomplete-neofs-adm
branch
from
September 15, 2026 13:57
6e5d6f8 to
3751df7
Compare
End-rey
approved these changes
Sep 15, 2026
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.
neofs-adm fschain set-configalready accepts a fixed set of well-known keys without--force, but it did not expose them via shell completion. This aligns its autocomplete behavior withset-policyand makes the supported key set discoverable at the CLI.Completion support
ValidArgsFunctionforfschain set-configkey=suggestionsShellCompDirectiveNoSpaceso values can be typed immediately after completionShared well-known key list
parseConfigPairFocused coverage
set-configcompletion output and directiveneofs-adm morph set-config#1901