Documentation ¶
Index ¶
- Constants
- Variables
- func Execute()
- func InitGlobals(cmd *cobra.Command) error
- func OkHelp(cmd *cobra.Command, depend func() bool) error
- func OpenDocumentationWebsite(cmd *cobra.Command, path string) error
- func SyncActiveProfileCloudConfig() error
- type AnalyzeOpts
- type ConfigOpts
- type InfoOpts
- type InstallOpts
- type QueryOpts
- type RemoveOpts
- type StatusOpts
Constants ¶
View Source
const DefaultTerminalWidth = 80
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "ply", Short: "Ply is a developer tool for automating common tasks on a spring boot project", Long: header(), PersistentPreRun: func(cmd *cobra.Command, args []string) { if err := InitGlobals(cmd); err != nil { log.Fatalln(err) } }, }
Functions ¶
func InitGlobals ¶
func OpenDocumentationWebsite ¶ added in v1.0.1
func SyncActiveProfileCloudConfig ¶
func SyncActiveProfileCloudConfig() error
Types ¶
type AnalyzeOpts ¶
type AnalyzeOpts struct {
Deps bool
}
func (AnalyzeOpts) Any ¶
func (analyzeOpts AnalyzeOpts) Any() bool
type ConfigOpts ¶
func (ConfigOpts) Any ¶
func (configOpts ConfigOpts) Any() bool
type InfoOpts ¶
type InstallOpts ¶
type InstallOpts struct {
AutoComplete bool
}
type RemoveOpts ¶ added in v1.0.1
func (RemoveOpts) Any ¶ added in v1.0.1
func (opts RemoveOpts) Any() bool
type StatusOpts ¶
type StatusOpts struct {
Show bool
}
func (StatusOpts) Any ¶
func (sOpts StatusOpts) Any() bool
Source Files ¶
Click to show internal directories.
Click to hide internal directories.