Documentation
¶
Overview ¶
Package sops provides a sops client implementation that delegates to the sops binary.
Implementation Note ¶
This package wraps the sops binary execution, passing through all commands and flags. This approach ensures complete SOPS feature parity while maintaining clean integration with KSail's Cobra-based CLI structure.
Dependencies ¶
This command requires the sops binary to be installed and available in the system PATH. Install sops from: https://github.com/getsops/sops
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct{}
Client wraps sops command functionality.
func (*Client) CreateCipherCommand ¶
CreateCipherCommand creates a cipher command that delegates to the sops binary.
Click to show internal directories.
Click to hide internal directories.