alp-cli 0.1.6

The native `alp` CLI for ALP SDK embedded projects: board.yaml validate/generate, project scaffolding, toolchain bootstrap, and west build/flash with a stable JSON envelope.
complete -c alp -f
complete -c alp -n '__fish_use_subcommand' -a 'validate generate explain presets init scaffold diff completion inspect trace doctor support-bundle'
complete -c alp -l project -d 'Project root'
complete -c alp -l board-yaml -d 'board.yaml path'
complete -c alp -l sdk-root -d 'SDK root path'
complete -c alp -l format -d 'Output format' -a 'text json'
complete -c alp -l verbose -d 'Verbose output'
complete -c alp -l quiet -d 'Quiet output'
complete -c alp -l no-color -d 'Disable color output'
complete -c alp -l non-interactive -d 'Disable prompts'
complete -c alp -l ci -d 'CI mode'
complete -c alp -l help -d 'Show help'
complete -c alp -n '__fish_seen_subcommand_from generate' -l target -d 'Generation target' -a 'zephyr-conf dts-overlay cmake-args yocto-conf'
complete -c alp -n '__fish_seen_subcommand_from generate' -l all -d 'Generate all targets'
complete -c alp -n '__fish_seen_subcommand_from explain' -l template -d 'Template id'
complete -c alp -n '__fish_seen_subcommand_from explain' -l target -d 'Generation target'
complete -c alp -n '__fish_seen_subcommand_from init scaffold' -l template -d 'Template id'
complete -c alp -n '__fish_seen_subcommand_from init scaffold' -l name -d 'Name value'
complete -c alp -n '__fish_seen_subcommand_from init scaffold' -l destination -d 'Destination path'
complete -c alp -n '__fish_seen_subcommand_from init scaffold' -l preview -d 'Preview only'
complete -c alp -n '__fish_seen_subcommand_from init scaffold' -l force -d 'Overwrite existing files'
complete -c alp -n '__fish_seen_subcommand_from doctor' -l target-kind -d 'Debug target kind' -a 'zephyr-mcu baremetal-mcu yocto-userspace native-host'
complete -c alp -n '__fish_seen_subcommand_from doctor' -l server -d 'Debug server' -a 'jlink openocd pyocd gdbserver none'
complete -c alp -n '__fish_seen_subcommand_from inspect trace support-bundle' -l path -d 'Field path'
complete -c alp -n '__fish_seen_subcommand_from inspect' -l show-origin -d 'Include source metadata'
complete -c alp -n '__fish_seen_subcommand_from trace support-bundle' -l target -d 'Generation target' -a 'zephyr-conf dts-overlay cmake-args yocto-conf'
complete -c alp -n '__fish_seen_subcommand_from support-bundle' -l destination -d 'Destination path'
complete -c alp -n '__fish_seen_subcommand_from support-bundle' -l target-kind -d 'Debug target kind' -a 'zephyr-mcu baremetal-mcu yocto-userspace native-host'
complete -c alp -n '__fish_seen_subcommand_from support-bundle' -l server -d 'Debug server' -a 'jlink openocd pyocd gdbserver none'
complete -c alp -n '__fish_seen_subcommand_from completion' -l shell -d 'Shell type' -a 'bash zsh fish'