commands

package
v0.0.0-...-2869b66 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2025 License: MIT Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the current version of Juleson
	Version = "dev"
	// BuildDate is the build date (set at build time)
	BuildDate = "unknown"
	// GitCommit is the git commit hash (set at build time)
	GitCommit = "unknown"
	// JulesAPIVersion is the Jules API version
	JulesAPIVersion = "v1alpha"
)

These variables are set at build time using -ldflags

Functions

func DisplayExecutionResult

func DisplayExecutionResult(result *automation.ExecutionResult)

DisplayExecutionResult displays execution results

func DisplayProjectAnalysis

func DisplayProjectAnalysis(context *analyzer.ProjectContext)

DisplayProjectAnalysis displays the project analysis results

func DisplayTemplateDetails

func DisplayTemplateDetails(template *templates.Template)

DisplayTemplateDetails displays detailed information about a template

func DisplayTemplates

func DisplayTemplates(templates []templates.RegistryTemplate)

DisplayTemplates displays a list of templates

func NewAIOrchestCommand

func NewAIOrchestCommand(cfg *config.Config) *cobra.Command

NewAIOrchest rateCommand creates the AI orchestrate command

func NewActionsCommand

func NewActionsCommand(cfg *config.Config) *cobra.Command

NewActionsCommand creates the actions command

func NewActivitiesCommand

func NewActivitiesCommand(cfg *config.Config) *cobra.Command

NewActivitiesCommand creates the activities command

func NewAgentCommand

func NewAgentCommand(cfg *config.Config) *cobra.Command

NewAgentCommand creates the agent command

func NewAnalyzeCommand

func NewAnalyzeCommand(initializeEngine func() (*automation.Engine, error), displayProjectAnalysis func(*analyzer.ProjectContext)) *cobra.Command

NewAnalyzeCommand creates the analyze command

func NewCompletionCommand

func NewCompletionCommand() *cobra.Command

NewCompletionCommand creates the completion command

func NewDevCommand

func NewDevCommand() *cobra.Command

NewDevCommand creates the dev command for developer tools

func NewExecuteCommand

func NewExecuteCommand(initializeEngine func() (*automation.Engine, error), displayExecutionResult func(*automation.ExecutionResult)) *cobra.Command

NewExecuteCommand creates the execute command

func NewGitHubCommand

func NewGitHubCommand(cfg *config.Config) *cobra.Command

NewGitHubCommand creates the github command

func NewInitCommand

func NewInitCommand(generateConfig func(string) string) *cobra.Command

NewInitCommand creates the init command

func NewOrchestrateCommand

func NewOrchestrateCommand(cfg *config.Config) *cobra.Command

NewOrchestrateCommand creates the orchestrate command for multi-task workflows

func NewPRCommand

func NewPRCommand(cfg *config.Config) *cobra.Command

NewPRCommand creates the pr command

func NewSessionsCommand

func NewSessionsCommand(cfg *config.Config) *cobra.Command

NewSessionsCommand creates the sessions command

func NewSetupCommand

func NewSetupCommand() *cobra.Command

NewSetupCommand creates the setup command

func NewSourcesCommand

func NewSourcesCommand(cfg *config.Config) *cobra.Command

NewSourcesCommand creates the sources command

func NewSyncCommand

func NewSyncCommand() *cobra.Command

NewSyncCommand creates the sync command

func NewTemplateCommand

func NewTemplateCommand(initializeTemplateManager func() (*templates.Manager, error), displayTemplates func([]templates.RegistryTemplate), displayTemplateDetails func(*templates.Template)) *cobra.Command

NewTemplateCommand creates the template command

func NewVersionCommand

func NewVersionCommand() *cobra.Command

NewVersionCommand creates the version command

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL