opencode/packages/cli
Dax Raad 7edd6c3a1d feat(cli): use installation version and document API debugging
- Replace hardcoded "local" version string with InstallationVersion
- Document DESCRIPTION
  Make a request to the running server

USAGE
  opencode api [flags] <operation | method path...>

ARGUMENTS
  operation | method path... stringOpenAPI operation ID, or an HTTP method followed by a path

FLAGS
  --data, -d string      Request body
  --header, -H string    Request header in name:value form
  --param key=value      OpenAPI path or query parameter

GLOBAL FLAGS
  --help, -h                                                          Show help information
  --version, -v                                                       Show version information
  --completions <bash|zsh|fish|sh>                                    Print shell completion script (choices: bash, zsh, fish, sh)
  --log-level <all|trace|debug|info|warn|warning|error|fatal|none>    Sets the minimum log level (choices: all, trace, debug, info, warn, warning, error, fatal, none) server/API debugging command in AGENTS.md
2026-06-27 13:18:22 -04:00
..
bin feat(tui): add v2 terminal interface 2026-06-26 14:38:25 -04:00
script fix(cli): publish scoped package 2026-06-26 21:01:10 -04:00
src feat(cli): use installation version and document API debugging 2026-06-27 13:18:22 -04:00
test fix: stabilize v2 runtime behavior 2026-06-26 20:56:36 -04:00
AGENTS.md feat(cli): use installation version and document API debugging 2026-06-27 13:18:22 -04:00
bunfig.toml refactor(server): canonicalize service API (#31049) 2026-06-07 03:27:28 +00:00
package.json feat(cli): add self-update service 2026-06-27 00:51:45 -04:00
sst-env.d.ts go: minimax m3 2026-05-31 15:20:55 -04:00
tsconfig.json refactor(server): canonicalize service API (#31049) 2026-06-07 03:27:28 +00:00