Discover Packages
github.com/datarobot/cli
internal
task
package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Nov 5, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
ErrNotInTemplate = errors .New ("not in a DataRobot template directory")
ErrNoTaskFilesFound = errors .New ("no Taskfiles found in child directories")
ErrTaskfileHasDotenv = errors .New ("existing Taskfile already has dotenv directive")
)
func ExitWithError(err error )
type Discovery struct {
RootTaskfileName string
}
Runner uses Taskfile to run template tasks
type Task struct {
Name string `json:"name"`
Desc string `json:"desc"`
Summary string `json:"summary"`
Aliases []string `json:"aliases"`
UpToDate bool `json:"up_to_date"`
Location struct {
Line int `json:"line"`
Column int `json:"column"`
Taskfile string `json:"taskfile"`
} `json:"location"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.