sops

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

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 NewClient

func NewClient() *Client

NewClient creates a new sops client instance.

func (*Client) CreateCipherCommand

func (c *Client) CreateCipherCommand() *cobra.Command

CreateCipherCommand creates a cipher command that delegates to the sops binary.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL