chore: doc updates
This commit is contained in:
parent
173b7e2009
commit
13c23a745a
|
|
@ -1,7 +1,7 @@
|
|||
"""Config inspection command: ``honcho config show``.
|
||||
|
||||
Writing to ``~/.honcho/config.json`` is done only via ``honcho init``, which
|
||||
manages the two CLI-owned keys (``apiKey`` + ``environment`` / ``baseUrl``).
|
||||
manages the two CLI-owned keys (``apiKey`` + ``environmentUrl``).
|
||||
Workspace / peer / session scoping is per-command via flags / env vars, not
|
||||
persisted defaults.
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ description: A terminal for Honcho — memory that reasons.
|
|||
## Config
|
||||
|
||||
Shared with other Honcho tools at `~/.honcho/config.json`. The CLI owns only
|
||||
`apiKey` and `environment` (or `baseUrl`) at the top level. Host-specific
|
||||
`apiKey` and `environmentUrl` at the top level. Host-specific
|
||||
entries under `hosts` are untouched.
|
||||
|
||||
Run `honcho init` to confirm or set those two values. Workspace / peer /
|
||||
|
|
|
|||
Loading…
Reference in New Issue