cli/pkg/cmd/skills/install
Sam Morrow f2d978d960
Disable auth check for local-only skill flags
Add cmdutil.DisableAuthCheckFlag for --from-local on install so that
installing from a local directory does not require authentication.
This follows the same pattern used by attestation verify for its
--bundle flag.

The --dry-run flag on publish is intentionally left with auth enabled
because dry-run validation includes remote repository checks (security
settings, tag protection, topics).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-15 23:49:28 +02:00
..
install.go Disable auth check for local-only skill flags 2026-04-15 23:49:28 +02:00
install_test.go address review comments 2026-04-15 16:01:26 +02:00