Documentation
¶
Overview ¶
Package commands implements all commands of the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ValuesFiles is the path or a map of paths of YAML files listing values used in a data-driven template. ValuesFiles string // EnvFiles is the path or a map of paths of .env files listing values used in a data-driven template. EnvFiles string // RawData are a map of values used in a data-driven template. RawData string // RootCmd is the instance of the root of all commands. RootCmd = &cobra.Command{ Use: "orbit", Short: "A simple tool for running commands and generating files from templates", SilenceErrors: true, PersistentPreRun: func(cmd *cobra.Command, args []string) { if silent { notifier.Mute() } }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.