Files
docker-docs/data/sbx_cli/sbx_completion.yaml
David Karlsson cdde205ba8 sandboxes: add sbx documentation
Add full documentation for the sbx CLI sandbox experience including
get-started, usage guide, architecture, agents (claude-code, codex,
copilot, gemini, kiro, opencode, cagent, custom-environments),
security (isolation, credentials, policy, workspace trust),
troubleshooting, and FAQ. Update _index.md as the section landing
page.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-03-31 17:35:01 +02:00

22 lines
837 B
YAML

name: sbx completion
synopsis: Generate the autocompletion script for the specified shell
description: |
Generate the autocompletion script for sbx for the specified shell.
See each sub-command's help for details on how to use the generated script.
options:
- name: help
shorthand: h
default_value: "false"
usage: help for completion
inherited_options:
- name: debug
shorthand: D
default_value: "false"
usage: Enable debug logging
see_also:
- sbx - Manage AI coding agent sandboxes.
- sbx completion bash - Generate the autocompletion script for bash
- sbx completion fish - Generate the autocompletion script for fish
- sbx completion powershell - Generate the autocompletion script for powershell
- sbx completion zsh - Generate the autocompletion script for zsh