cli: configure target defaults

This commit is contained in:
2026-07-29 18:26:22 +09:00
parent 8ec940f624
commit 297c56c72d
5 changed files with 220 additions and 218 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
# Workspace Backend local config template.
#
# `yoi workspace init` copies this packaged template to
# `yoi-workspace-server init` copies this packaged template to
# `.yoi/workspace-backend.local.toml` without overwriting an existing file.
# The `.local` file is intentionally git-ignored.
#
# Print the latest packaged template with:
# yoi workspace config default
# yoi-workspace-server config default
#
# Compare the local config with the latest packaged template with:
# yoi workspace config diff
# yoi-workspace-server config diff
#
# Omit a key to use the built-in fallback. TOML has no `null`, so optional
# settings are represented by leaving the key commented out.