Files
docker-docs/data/sbx_cli/sbx_completion_powershell.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

28 lines
860 B
YAML

name: sbx completion powershell
synopsis: Generate the autocompletion script for powershell
description: |
Generate the autocompletion script for powershell.
To load completions in your current shell session:
sbx completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command
to your powershell profile.
usage: sbx completion powershell [flags]
options:
- name: help
shorthand: h
default_value: "false"
usage: help for powershell
- name: no-descriptions
default_value: "false"
usage: disable completion descriptions
inherited_options:
- name: debug
shorthand: D
default_value: "false"
usage: Enable debug logging
see_also:
- sbx completion - Generate the autocompletion script for the specified shell