sync

package
v0.0.0-...-343c8d2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateEnvScript

func GenerateEnvScript(cfg *models.APIConfig) string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL