Add --interactive (-i) flag to configu upsert
for editor-based config upserts
#742
Labels
feat
New feature or request
Suggestion
Add an
--interactive
(-i
) flag to theconfigu upsert
command to open the user's default text editor with a temporary file pre-filled with config data.When invoked, this mode:
.configu
settings).--kv
if also provided, to pre-fill the editor content..configu.cli.editor
and.configu.cli.format
to control the editor and format.Motivation
Many developers prefer editing structured configurations in a full editor instead of passing long strings via CLI.
This feature:
configu upsert
more ergonomic for local development and debugging.--edit
,kubectl edit
, Helm--values
).Context
configu open schema
,configu open config
, orconfigu open dashboard
..configu
:The text was updated successfully, but these errors were encountered: