# `smallforce workspace`

Search, read, and write UTF-8 text in the organization's OS workspace

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.8. Run `smallforce workspace --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce workspace search`](/docs/cli/commands/workspace/search): Run hybrid semantic and keyword search over indexed workspace files
- [`smallforce workspace get`](/docs/cli/commands/workspace/get): Read an indexed workspace text document
- [`smallforce workspace write`](/docs/cli/commands/workspace/write): Write one UTF-8 text file into the workspace

## Complete command help

```text
Usage: smallforce workspace [options] [command]

Search, read, and write UTF-8 text in the organization's OS workspace

Options:
  -h, --help                display help for command

Commands:
  search [options] <query>  Run hybrid semantic and keyword search over indexed workspace files
  get [options] <path>      Read an indexed workspace text document
  write [options] <path>    Write one UTF-8 text file into the workspace
  help [command]            display help for command
```

## Related reference

- [`smallforce`](/docs/cli/commands): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
