Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "fissile", Short: "The BOSH disintegrator", Long: ` Fissile converts existing BOSH final or dev releases into docker images. It does this using just the releases, without a BOSH deployment, CPIs, or a BOSH agent. `, SilenceErrors: true, SilenceUsage: true, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { var err error if err = validateBasicFlags(); err != nil { return err } return validateReleaseArgs() }, }
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.