Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "flytescheduler", Short: "Flyte native scheduler to run cron and fixed rate scheduled workflows", Long: ` Use the run subcommand which will start the scheduler by connecting to DB containing schedules flytescheduler run --config flyteadmin_config.yaml --admin.endpoint dns:///localhost:8089 --admin.insecure `, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { return initConfig(cmd.Flags()) }, }
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.