Skip to main content

Module config

Module config 

Source
Expand description

config command: manage named server connection profiles.

This module only owns the CLI surface (argument parsing, prompts). The persisted schema lives in crate::cli::config; secrets in crate::cli::secrets.

Enumsยง

AuthModeChoice ๐Ÿ”’
How the CLI authenticates for a newly created profile.
ConfigCommands ๐Ÿ”’
Manage named server connection profiles.

Functionsยง

persist ๐Ÿ”’
run ๐Ÿ”’
Runs the config command group.
select_profile_name ๐Ÿ”’