Skip to content

feat(cli): add settings verb for settings.json get/set/list#194

Open
oldrepublicwizard wants to merge 1 commit into
masterfrom
feat/settings-cli-verb
Open

feat(cli): add settings verb for settings.json get/set/list#194
oldrepublicwizard wants to merge 1 commit into
masterfrom
feat/settings-cli-verb

Conversation

@oldrepublicwizard

Copy link
Copy Markdown
Owner

Summary

  • Add settings CLI verb with actions list, get, and set against persisted settings.json
  • Introduce SettingsFileStore for merge-safe JSON key updates (preserves unrelated GUI keys) and redacts nexusModsApiKey unless --reveal-secrets
  • Add SettingsCliTests and update KB docs (CLI reference, agent-native audit, action parity)

Test plan

  • dotnet build ModSync.sln --configuration Debug
  • dotnet test src/ModSync.Tests/ModSync.Tests.csproj --filter "FullyQualifiedName~SettingsCliTests"

Expose headless settings CRUD against the shared settings.json store with merge-safe writes, secret redaction, and tests so agents can configure paths and managed deploy without the GUI.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant