Documentation
¶
Overview ¶
Package commands provides the command-line interface for suve.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var App = MakeApp()
App is the main CLI application.
View Source
var Version = "dev"
Version is set by goreleaser via ldflags.
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package internal provides shared utilities for CLI commands.
|
Package internal provides shared utilities for CLI commands. |
|
Package param provides CLI commands for AWS SSM Parameter Store.
|
Package param provides CLI commands for AWS SSM Parameter Store. |
|
create
Package create provides the SSM Parameter Store create command.
|
Package create provides the SSM Parameter Store create command. |
|
delete
Package delete provides the SSM Parameter Store delete command.
|
Package delete provides the SSM Parameter Store delete command. |
|
diff
Package diff provides the SSM Parameter Store diff command for comparing parameter versions.
|
Package diff provides the SSM Parameter Store diff command for comparing parameter versions. |
|
list
Package list provides the SSM Parameter Store list command.
|
Package list provides the SSM Parameter Store list command. |
|
log
Package log provides the SSM Parameter Store log command for viewing parameter version history.
|
Package log provides the SSM Parameter Store log command for viewing parameter version history. |
|
show
Package show provides the SSM Parameter Store show command.
|
Package show provides the SSM Parameter Store show command. |
|
tag
Package tag provides the SSM Parameter Store tag command.
|
Package tag provides the SSM Parameter Store tag command. |
|
untag
Package untag provides the SSM Parameter Store untag command.
|
Package untag provides the SSM Parameter Store untag command. |
|
update
Package update provides the SSM Parameter Store update command.
|
Package update provides the SSM Parameter Store update command. |
|
Package secret provides CLI commands for AWS Secrets Manager.
|
Package secret provides CLI commands for AWS Secrets Manager. |
|
create
Package create provides the Secrets Manager create command.
|
Package create provides the Secrets Manager create command. |
|
delete
Package delete provides the Secrets Manager delete command.
|
Package delete provides the Secrets Manager delete command. |
|
diff
Package diff provides the Secrets Manager diff command for comparing secret versions.
|
Package diff provides the Secrets Manager diff command for comparing secret versions. |
|
list
Package list provides the Secrets Manager list command.
|
Package list provides the Secrets Manager list command. |
|
log
Package log provides the Secrets Manager log command for viewing secret version history.
|
Package log provides the Secrets Manager log command for viewing secret version history. |
|
restore
Package restore provides the Secrets Manager restore command.
|
Package restore provides the Secrets Manager restore command. |
|
show
Package show provides the Secrets Manager show command.
|
Package show provides the Secrets Manager show command. |
|
tag
Package tag provides the Secrets Manager tag command.
|
Package tag provides the Secrets Manager tag command. |
|
untag
Package untag provides the Secrets Manager untag command.
|
Package untag provides the Secrets Manager untag command. |
|
update
Package update provides the Secrets Manager update command.
|
Package update provides the Secrets Manager update command. |
|
Package stage provides the global stage command for managing staged changes.
|
Package stage provides the global stage command for managing staged changes. |
|
agent
Package agent provides the stage agent subcommand.
|
Package agent provides the stage agent subcommand. |
|
apply
Package apply provides the global apply command for applying all staged changes.
|
Package apply provides the global apply command for applying all staged changes. |
|
diff
Package diff provides the global diff command for viewing staged changes.
|
Package diff provides the global diff command for viewing staged changes. |
|
param
Package param provides the param stage subcommand for staging operations.
|
Package param provides the param stage subcommand for staging operations. |
|
reset
Package reset provides the global reset command for unstaging all changes.
|
Package reset provides the global reset command for unstaging all changes. |
|
secret
Package secret provides the secret stage subcommand for staging operations.
|
Package secret provides the secret stage subcommand for staging operations. |
|
status
Package status provides the global status command for viewing all staged changes.
|
Package status provides the global status command for viewing all staged changes. |
Click to show internal directories.
Click to hide internal directories.