Config Commands
scc config
Section titled “scc config”Manage SCC configuration.
scc config [ACTION] [KEY] [VALUE] [OPTIONS]Actions:
| Action | Description |
|---|---|
set KEY VALUE | Set a configuration value |
get KEY | Get a specific value |
show | Show all configuration |
edit | Open config in editor |
explain | Explain effective configuration with sources |
Options:
| Option | Description |
|---|---|
--show | Show current config |
--edit | Open config in editor |
--field FIELD | Filter explain output |
--workspace PATH | Workspace path for project context |
Examples:
# Show current configurationscc config show
# Explain where settings come fromscc config explain
# Explain specific fieldscc config explain --field plugins
# Edit configurationscc config editscc config explain
Section titled “scc config explain”Shows the effective configuration with source tracking:
plugins: - github-copilot (source: org.defaults) - gis-tools (source: team.urban-planning) - project-linter (source: project)
blocked_items: - malicious-plugin (blocked_by: malicious-*, source: org.security)
denied_additions: - some-server (requested_by: project, reason: team not delegated)scc statusline
Section titled “scc statusline”Configure Claude Code status line integration.
scc statusline [OPTIONS]Options:
| Option | Description |
|---|---|
-i, --install | Install the SCC status line script |
--uninstall | Remove the status line configuration |
-s, --show | Show current status line config |
Examples:
# Install status linescc statusline --install
# Check current configscc statusline --show
# Remove status linescc statusline --uninstallscc update
Section titled “scc update”Check for CLI updates and refresh cached configurations.
scc update [OPTIONS]Options:
| Option | Description |
|---|---|
-f, --force | Force check even if recently checked |
Examples:
# Check for updatesscc update
# Force refreshscc update --forceWhat gets updated:
- CLI version check
- Organization config cache
- Team config caches (for federated teams)
- Plugin marketplace indexes