mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
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>
22 lines
837 B
YAML
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
|