Documentation ¶
Index ¶
Constants ¶
View Source
const Version = deco.Version
Version is the main version number
View Source
const VersionPrerelease = deco.VersionPrerelease
VersionPrerelease is a prerelease marker
Variables ¶
View Source
var Logger = log.New(os.Stderr, "", 0)
Logger is a STDERR logger
View Source
var RootCmd = &cobra.Command{
Use: "deco",
Short: "Gets stuff ready to run inside docker.",
Long: `deco gets your app ready to run when a container
starts. For example: the filters allow you to specify
individual files to filter and key/value pairs to use when
filtering. By default, it works from the current directory and
will filter files in place.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.