Documentation
¶
Overview ¶
Package log provides the SSM Parameter Store log command for viewing parameter version history.
The log command displays version history with optional patch/diff output, similar to git log. Use -p/--patch to show differences between consecutive versions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONOutputItem ¶
type JSONOutputItem struct {
Version int64 `json:"version"`
Type string `json:"type"`
Modified string `json:"modified,omitempty"`
Value string `json:"value"`
}
JSONOutputItem represents a single version entry in JSON output.
Click to show internal directories.
Click to hide internal directories.