Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateEnvScript ¶
GenerateEnvScript generates environment variable script content
func UpdateEnvField ¶
func UpdateEnvField(originalContent string, cfg *models.APIConfig, opts SyncOptions) (string, error)
UpdateEnvField updates the env field in Claude Code configuration JSON It only updates ANTHROPIC_ fields and preserves non-ANTHROPIC fields when PreserveOther is true
Types ¶
type SyncOptions ¶
type SyncOptions struct {
DryRun bool // 仅验证,不写入
CreateBackup bool // 更新前创建备份
PreserveOther bool // 保留非 ANTHROPIC 环境变量
}
SyncOptions provides options for synchronization
Click to show internal directories.
Click to hide internal directories.